I have had some code that has worked up until the last update.

Small sample:

set var vtoday date, vdate2 date
set whileopt off
--some code to get/set initial values for vtoday and vdate2



WHILE vtoday <= .vdate2 THEN
     --some code is here

     --increment counters
     SET VAR vtoday = (.vtoday + 1), vnum = (.vnum + 1)
ENDWHILE

The variable vtoday keeps going past vdate2. If I turn whileopt on it works.

Has anybody ran into this with the latest 9.1(64) update?


Dan Goldberg

Reply via email to