RE: greater than

2005-04-26 Thread Chris Sheffield
: How to use Revolution Subject: greater than Hello to all, I put 3 into gSeqLength in an openCard handler: put 3 into gSeqLength Then I want to do stuff in a switch statement based on gSeqNum, but not more than 3 if gSeqLength = 3, or 4 if 4 ,etc. Anyway, the statement " if gSeqLeng

greater than

2005-04-26 Thread Thomas McGrath III
error. Now I know that gSeqLength is 3. Does anyone know what I am doing wrong here. (I need gSeqNum as my switch and not gSeqLength) I tried: if gSeqLength is > 3 then if gSeqLength is greater than 3 then if gSeqlength is more than 3 then if (gSeqLength is > 3) then if gSeqLengt