10-23-2006 12:36 PM
10-23-2006 02:31 PM
George,
Could you attach a a simple sequence file containing this problem?
What version of TestStand are you using?
Is your data source a text file or a database table?
Best Regards.
Antonio Lie.
10-23-2006 02:35 PM
Hi,
Here is a small example.
Hope it helps
Regards
Ray Farmer
10-24-2006 05:59 AM
10-24-2006 06:03 AM
10-24-2006 08:54 AM
newnew,
The property loader step is working correctly.
The step's post-expression is setting the variable to FALSE after the step is executed.
FileGlobals.AVAIL_34980A= Step.PropertiesList[1].IsArray.
I am not sure why you added this post-expression, it seems unnecessary.
The Step.PropertiesList array contains the information for the selected properties to import. In your case the file global (AVAIL_34980A) is not an array and that is why it is always set to FALSE.
If you get rid of the post expression then you would see the expected behavior. (The file global would be TRUE after executing the property loader).
I am attaching a modified version of the sequence file you attached before, I commented the post expression out, so the variable is not set to FALSE after the step executes.
Hope it helps.
Antonio Lie.