04-30-2008 01:59 AM
04-30-2008 03:39 AM
04-30-2008 04:00 AM
04-30-2008 04:38 AM
04-30-2008 11:26 PM
Hi Prabuddha,
You are asking for Step Name as a field name.
To get the the Step Name as a Text String use the NameOf() function. This fuction returns string name of the object provided as a parameter. In your sequence put the following line in the pre-expression:
FileGlobals.MessageFieldsNames[0]=NameOf(Step)This will copy the name of step ("Device Designator" in your case into the global variable)
-Kaustubh