Posted By
|
Message
|
axel Crazy?
Registered 05/02/2005
Points 4766
|
8th March, 2007 at 12:08:13 -
Is there a size limit on MMF2 alterable values/strings? If so, does anybody know what it is? Or do you know any alternative data storage objects/extensions/methods that can store large amounts of data internally, in the app?
n/a
|
Tim I'm on here way too much
Registered 25/08/2006
Points 132
|
8th March, 2007 at 14:09:50 -
Isn't it something like ten thousand, 9999? It might be less actually for alterable values..
Only two ways I can really think of is using flags? If possible anyway, other than that external files :\
http://www.SilverNova.co.uk
|
axel Crazy?
Registered 05/02/2005
Points 4766
|
8th March, 2007 at 15:07:12 -
Flags? o_O
Flags are used to store boolean values, not like large amounts of string data... Which is what I want to do. Don't ask why <_<
n/a
|
Deleted User
|
8th March, 2007 at 15:18:17 -
Lol get out of the Code-It forums, Timmy dude.
|
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
|
8th March, 2007 at 15:48:19 -
MMF2 is 32-bit I believe, so numbers range from -2147483648 to 2147483647. Not sure about strings, but I think their maximum length is either 65535, or the same length as the numbers.
Old member (~2004-2007).
|
|
|