Subject Re: [ib-support] Problem with dates in SP
Author Svein Erling Tysvaer
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