PureBytes Links
Trading Reference Links
|
the calctime function that came with ts4.0:
inputs:RefTime(NumericSimple), MinuteChange(NumericSimple);
CalcTime=MinutesToTime(TimeToMinutes(RefTime) + MinuteChange);
it wont verify, tells me MinuteChange input name too long-grammar
error,
yet same exact function on ts2000i verifies fine.
whats wrong?
thanks.
|