I have just updated from NT7.0 to NT7.14 and got the following compile error on an application:
Error: Cannot call procedure as a function.
The code in question started with this:
packet = clip(packet) & p_web.Script('startCountDown('& int(
and was pointing to 'startCountDown'. This app compile and ran ok with 7.0
Keith