Page 1 of 1

Utilize pointer for Preferences data

Posted: Tue Jul 30, 2013 9:15 pm
by RichAlgeni
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?

Code: Select all

CatchPreference(*addressPointer, Length)
SavePreferenceMem(*addressPointer, Length)
Sometimes you have to work with the data in memory (for example, program settings of its resources).