Hi all,
We've been using the following code from Livelink 971 to CS105, all worked fine. On CS16, we got a trace file complaining data type not match.
-------------------
if ( now > result[ 1 ].SubWorkTask_DateDue_Max + 3600 )
occurred = True
end
-----------------
Did OScript on CS16 drop support for Date + Integer calculation?