Utilize pointer for Preferences data
Posted: Tue Jul 30, 2013 9:15 pm
It would be of a great benefit if we could utilize the Preference functions on a string in memory, in addition to reading preference data from a file. Per @User_Russian, could the following two commands be added?
Sometimes you have to work with the data in memory (for example, program settings of its resources).
Code: Select all
CatchPreference(*addressPointer, Length)
SavePreferenceMem(*addressPointer, Length)