| A conditional compares two values and performs a portion of script based on the results of that comparison. There are two types of conditionals in TagMaster: is and isnot. Using the "if" command in correlation with one of these conditionals will result in the script following the if command to be run if the conditional is true, or the script following the else command to be run (if there is an "else" command) if the conditional is false. Example: if myFirstVariable is mySecondVariable then include "ismatch.txt" else include "isnotmatch.txt" end if if myVariable isnot "" then run "continue.bld" end if |
© Copyright 1997-1999 Dataczar Technologies. All rights reserved. |