this
gets me a 526 error (period not allowed)
but this
doesn't - anyone else seen something similar?
Code:
IF WL(i).zposn > Wl(w).zposn THEN ME.re_draw(i, redrawrect, 1)
but this
Code:
IF WL(i).zposn > Wl(w).zposn THEN ME.re_draw(i, redrawrect, 1) END IF
Comment