Subject | Re: [ib-support] Problem with dates in SP |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-08-19T10:59:39Z |
Marco,
Timestamp - Timestamp returns a number (i.e. duration), not another
timestamp. So there is no way you can do
DELTA_TIME = DELTA_TIME - :P_DELTA;
You have to do something like
<VariableDefinedAsANumber> = DELTA_TIME - :P_DELTA;
HTH,
Set
Timestamp - Timestamp returns a number (i.e. duration), not another
timestamp. So there is no way you can do
DELTA_TIME = DELTA_TIME - :P_DELTA;
You have to do something like
<VariableDefinedAsANumber> = DELTA_TIME - :P_DELTA;
HTH,
Set