xVariable max 1024 bytes ?
| Newsgroups | gmane.comp.windows.gui4cli |
|---|---|
| Message-ID | <[email protected]> |
Hi Dimitris, I load a few small guis from my main gui with e.g. "addCode #NEW $avatupdate" where avatupdate is a xVariable. This does fine but when I added some lines to it today, I get a buffer to small error. Now I set already large buffers at the startup of the main gui that should be sufficient. Then I checked the size of the code in the xVariable and it appears that I don't get the error just below 1024 bytes and get it just above. Could it be that the xVariable has a fixed 1024 bytes limit? The manual doesn't say anything about it. Chris