|
Thanks both, I found the problem.
There was a mistake (as you said) with the quotes. All were the right kind of quote however I was missing one.
What I didnt realise (have been using kix for a few years to a basic level) that kix must parse the entire script first.
I always thought it did a step through parse line by line. Reason I say this was because the mistake was below the point where it was actually bombing out within the 2nd IF statement. So running debugging it was hitting the 2nd IF in group statement and then litterly igoring the enitre contents of it because there wasa mistake with a command inside the IF statement and ending the script.. interesting error checking. So I was pretty much looking at the wrong point of the script for the problem.
Thanks again
Glen
Edited by Glen (2004-08-05 12:45 PM)
|