Is this a limit that no longer exists?

Or where am I mistaken?

/*
C.1.27. Error 30 - Name or string too long.
Explanation:
A variable name, label name, literal (quoted) string has exceeded the allowed limit
of 250 characters.
The limit for names includes any substitutions.
*/
u=copies('1',800)
z.u='***'
Say z.u

showa ***

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to