News

Retrieves a substring of some input and sets the specified output variable. This variable can be accessed via steps.<step_id>.outputs.<output_name>. value Value that the substring will be obtained ...
The problem with your latter post is that indexOf returns (-1) when the substring is not found. <BR><BR>-1 == true<BR><BR>Instead test if the indexOf ("index2.htm") > -1.