if/else queries
and
if ((i == j) and (x == y)) type of queries.
I can work around the problem by having a second if statement inside the subroutine of the first one.. But that do not apear to be a very optimal solutions.
Another question. Is it possible to call a subroutine without passing through an if statement? I want to avoid goto's as it just wouldn't work well on my script (it'll get messy). Right now I work around the problem by using a "Let>i=0 followed by if>i=0,subroutine". This is a minor problem really, but it'll be nice if it was possible to cut one line off.
Maybe I should start learning how to script in VB.. If only they supported Java (saves me from learning new syntax
