what is the maximum length of the global string in MMF2 build R248?
Printable View
what is the maximum length of the global string in MMF2 build R248?
Maximum length... isn't something I've yet encountered, and I believe that you can have any number of global strings, as well. The best approach is to ask - what do you plan to do with them, and how big are they likely to get?
I've put 6meg text files in an global string without problem.
I test it by MMF loop
Allways->(start loop "x" 100 times)And (Set global Value "A" To lenght of "Global String "A"")
on loop "x"-> ( Set Global string "A" to Global string "A" + "X")
So, I can say more than 370000 chars;p
Global strings are probably only limited by available memory. If you're lucky, you might be able to go over 1GB, or 1,000,000,000 characters long.
Yes, that is ridiculous.
yeah, u re right:)