[Stackoverflow] [Progress OpenEdge ABL] How to deal with CHARACTER variables, longer than the allowed maximum of 2000?

Status
Not open for further replies.
D

Dominique

Guest
I'm working with Progress-4GL, appBuilder and procedure editor, release 11.6.

I've just found a CHARACTER type global variable (DEF VAR global_variable AS CHAR NO-UNDO.), containing up to 12901 characters. The variable is only used for passing information within the application, the information will never be stored as one tuple within a table.

The information in that variable seems to be handled well: the content is correct.

Yet, as this URL mentions, the maximum length of a character variable in Progress being 2000 characters, and this makes me worry: I'm afraid that one day, another limit may be crossed and from that moment on, we'll need to rethink the whole idea, and I'd like to be prepared for that day.

Therefore, does anybody know the "next" length limit of a character variable in Progress?

Thanks in advance

Continue reading...
 
Status
Not open for further replies.
Top