Re: IF Statement

#59322
Anonymous
Participant

    Keith,

    The problem probably stems from the [$i > 2] part of the statement.  Since this is regarded as an arithmetic expression, you may need to have it read as [expr $i > 2].  

    Hope this helps…

    Thomas G. Rioux