10-22-2011 11:48 PM
I tried to set the value (for ex :"Hello" ) into a local variable (datatype is string) using the F(x) expression step type in Teststand. When i try to display the variable using a message box, it shows empty.I tried the same for FileGlobal and StationGlobal too. It dint work.
Please help.
10-23-2011 09:26 AM
Hi,
Try this example
10-24-2011 09:33 AM
What exactly does you expression look like?
It should look like this:
Locals.MyStringVar = "Hello"
-Doug