Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH1201 - COBCH1300
>
COBCH1261 - COBCH1280
COBCH1261 - COBCH1280
Lists the Syntax Checking error messages from COBCH1261 through COBCH1280.
COBCH1261 Conversion operator must have mutually incompatible parameter and return type
COBCH1262 A method without a returning item cannot be a source operand
COBCH1263 PARAMS may only be specified for a single dimensional array as the last parameter
COBCH1264 Only '_' and 'NOT _' allowed for comparisons with NULL
COBCH1265 Cannot compare a value type with NULL
COBCH1266 Incompatible options specified, %1_s and %2_s
COBCH1267 Can only INVOKE self__new or super__new as first statement in constructor
COBCH1268 A static file cannot reference instance items
COBCH1269 Visibility attributes cannot be used with local data
COBCH1270 SIZE OF operator can only be used with single-dimensional managed arrays, strings or collections
An attempt has been made to use the SIZE OF operator on an element that is not a single-dimensional managed array, a string, or a collection.
Parent topic:
Messages COBCH1201 to COBCH1300