Ken
On a quick run of our code through RStlye it found that you have 3
places in which you have a dotted var on the left side of an comparision
operator..
Your IF statements that is:
Line 71,76, and 263
They should read something like:
IF variable = .variable then
You alway use dots on the right side of comparison operators, never on
the left
Jim LImburg
Ken Godee wrote:
>
> I'm stuck with an "I>" prompt problem.
> The program I'm writing has two while statements, one nested and
> within the nested while there's an IF Then that compares two vars.
> It's this IFThen that keeps blowing out to the "I>" prompt.
> I've ran into the "I>" prompt before, usally it's a syntax problem, well
> I've tried every variation that I can and still have problems. If I run
> the program under "trace/debugger" it runs fine. So you would thing
> that using the "SET WHILEOPT OFF" might help but it does not.
> I've tried using a WHILE instead of a IF THEN but then it blows out
> to a "w>" prompt.
> This happens under dos or win 6.1, if anyone has any ideas it
> would be great before I give up and just start the program over.