Try the following variations. First one that is considered okay when running (in RPC) Debug/Check script for errors
temp = "COPYGLOBAL failed with return code "rc
RAISE SYNTAX 2 DESCRIPTION temp
and now the "same" variation that fails the script checking
RAISE SYNTAX 2 DESCRIPTION "COPYGLOBAL failed with return code "rc
or did I miss womething in the online help ? |