NewsArchive
03-05-2005, 06:26 AM
[Friday, March 04, 2005 3:54 PM]
Found a possible bug. I haven't had time to test how important it is
though.
I had a script line which read...
If %VARIABLE1% equals 0 AND %VARIABLE2% equals 0 THEN .....
I was removing all instances of %VARIABLE2% from the script as it was no
longer required and was using the find function to look for all
instances of VARIABLE2
It correctly found this line. I double clicked on it, changed the "AND"
drop down to THEN and now the line correctly reads
If %VARIABLE1% equals 0 THEN ....
After removing all further references to VARIABLE2 I went back to the
start for a second pass to make sure I got them all. It stopped on the
If line.
--
Simon Craythorn
InterVations, Inc
Found a possible bug. I haven't had time to test how important it is
though.
I had a script line which read...
If %VARIABLE1% equals 0 AND %VARIABLE2% equals 0 THEN .....
I was removing all instances of %VARIABLE2% from the script as it was no
longer required and was using the find function to look for all
instances of VARIABLE2
It correctly found this line. I double clicked on it, changed the "AND"
drop down to THEN and now the line correctly reads
If %VARIABLE1% equals 0 THEN ....
After removing all further references to VARIABLE2 I went back to the
start for a second pass to make sure I got them all. It stopped on the
If line.
--
Simon Craythorn
InterVations, Inc