Saving Preferences

Ken Ray kray at sonsothunder.com
Tue Sep 30 21:07:01 EDT 2003


> Here is a function, not really tested, that decides good 
> place to save 
> preferences x-platform

(snip)

>      put format("%s/%s", tAppDataF, "Mindlube") into tAppPrefsF

Just curioius, Alex, why did you choose to use format() instead of:

  put tAppDataF & "/Mindlube" into tAppPrefsF

??

As I said, just curious...

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 





More information about the use-livecode mailing list