C0142 Compiler Error
Message text
A property or variable marked as CONSTANT cannot be an array.
Explanation
You cannot use the CONSTANT keyword when you declare an
array:
|
1 2 |
constant int li_arr[3] // generates C0142 constant date ld_arr[2] // generates C0142 |
See Also
Declaring constants in the section called “Declaring constants” in PowerScript Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest