09-14-2007 08:32 AM
09-14-2007 11:50 AM
09-17-2007 12:54 AM
Hi,
You probably needed to use the Evaluate function
ie Evaluate("TestSocket " + Str(RunState.TestSockets.MyIndex) )
Regards
Ray
09-17-2007 06:10 AM
Seem like "RunState.TestSockets.Myindex" is not available in "Description expression" of StepType, I tried it like Jiggawax described that put "RunState.TestSockets.Myindex" to a variable first in the pre-expression of a step, then use this variable instead of "RunState.TestSockets.Myindex" to evaluation is ok.
Is this a Bug?smileywink:
Ray and Jiggawax, Thanks for your help.