06-09-2008 06:22 AM
06-09-2008 09:52 AM
06-09-2008 10:10 AM
06-11-2008 01:51 AM
06-16-2008 08:28 AM
goel,
The comparison in the string value test step is done in the status expression:
Step.DataSource != "Step.Result.String" ? Step.Result.String = Evaluate(Step.DataSource) : False,The expression function CheckStrLimit is the function that evaluates to the status of the step. If you wanted to change the behavior of the step, you could make a copy of and then modify the NI_StringValueTest type, and replace the status expression with an expression of your choosing.
This KnowledgeBase might have some more information that will help.
Also, the ResultStatus string (the string that the status expression sets) is usually one of the enumerated constants found here: StepProperties Constants
10-27-2015 05:18 AM
hi Josh_W
When i make a copy of the string value test, the status expression field is still "greyed out", which means i can't change the step behaviour ! any ideas ?
10-27-2015 05:21 AM
ignore my post, found out it has to be changed in the type palette....(general step settings)