Hi,
i'm not sure if this is what you are after but....
It looks like you are accepting from "Date" (i.e. format yymmdd),
if you accept from "Day" (i.e. julien format yyddd) then the add or subtract number of days is much easier.
Hope this is of some use.
B.
Hi Lostso,
Just one other thing you might want to look out for!
You may have received Low values.
These will probably show up as "@" in any diplays or trace prints.
You can get over this as follows.
If QUANTITY-SOLD < zero
MOVE 0 TO QUANTITY-SOLD-OUT
else
MOVE...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.