> 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: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/ 


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to