PureBytes Links
Trading Reference Links
|
At 08:24 PM 5/2/01 -0500, you wrote: >>>> page 250 of V7.xx defines an integer function. Perhaps defining each number as an integer would help
Try something like this: DOM:= integer(DayOfMonth()); MON:= integer(Month()); YR:=Integer(Year());
Let me know if it works or not.
<<
I must not be aware of an important debugging tool ... how do you "monitor" (like a watch window for variables) values assigned to variables like MON, DOM, etc.?
Is there a way to "debug", i.e. step through formulas?
Many thank, Herman.
|