Paradox 9 Maximum String LengthI always thought that Paradox could handle large strings but I don't seem to be able to manipulate strings in ObjectPAL larger than about 32K,
The help says :-,
"A String variable's length is limited to the virtual memory on your computer."
I'm sure this wasn't a problem before.
I'm using Paradox 9 with SP3 on Windows 7 Home Premium.
e.g. This script reaches 32760 before it fails:-method run(var eventInfo Event), var, s string, endvar, , s="", while s.size()<100000, s=s+"1234567890", message(format("",s.size())), endwhile, endMethod,  mprestwood | 32,767 characters is pretty big so I'm not surprise you didn't run into it before. |
|