Persistent Bounded String
Posted: 28 February 2008, 19:26 PM
I have verified that this code...
...does not limit the string to 20 characters. The device thinks it does, as it will overwrite and corrupt nearby data in EEPROMif given the chance to. Futher testing is required to determine if this is a Compiler specific issue, and if so, which compiler (hence the Beta forum post). The soonest I can try it on a VM device will be tomorrow.
-Don
Code: Select all
'Maximum of 20 characters
Public Foo as PersistentString(20)
-Don