Premahari
19th April 2018, 08:35
Hi I want to make one customize session. In which i have call serial number which is a function which will generate serial number automatically in the session timfc0110m000. How to call this function using AFS. I couldn't find any AFS when i run the session ttstpcreatdll for timfc0110m000.

mark_h
19th April 2018, 16:13
If you are making a custom session - then just have that session call tifmc0110m000 to create a serial number for you and return it. So basically your custom session runs tifmc0110m00 in the background. Then once you have it working you can always move that code for tifmc0110m000 to a library - then other sessions could use it. I am not familiar with this session so can't really help. And maybe I mis-understood the question.