This is probably going to be easy. I am working with
some low level graphics and want the difference between two vertical study lines
(dates) – number of days. I realize that “currently”
the low level graphincs works with numbers (not dates) but I was hoping that the
daysremaining would come out to be an interger (like subtracting 2 dates in
excel) or I could make it come out as an integer. There must be a
trick or function as I am sure you can do this.
I have the following code:
Daysremaining = Study("OE",OSSID) - Study("OD",OSSID);
PrintInCell(StrFormat("%g",Daysremaining),6,4);
Thanks in advance
Dave