Search found 2 matches

by TinjUngle
Fri Sep 01, 2023 11:36 am
Forum: Coding Questions
Topic: updating preferences key/values
Replies: 3
Views: 1019

Re: updating preferences key/values - solved

thanks Jeromyal for the code, really useful. and up and working now.

great forum and look forward to getting into PB some more

cheers
Arthur
by TinjUngle
Fri Sep 01, 2023 8:49 am
Forum: Coding Questions
Topic: updating preferences key/values
Replies: 3
Views: 1019

updating preferences key/values

new to purebasic, and i am struggling to work out how to update key values in a preferences file.

when i use the following to create the preference file with some groups and keys/values

Procedure createPrefs()
CreatePreferences(GetCurrentDirectory()+"Preferences.prefs")
PreferenceGroup("Global ...