02-06-2011, 06:48 PM
Another question from long-time newbie ; )
How come this code in my "User Setup" dlg doesn't set ini values:
Function dlg_setup
But exact same code moved into a macro and called from dialog does work:
Function dlg_setup
Thanks!
How come this code in my "User Setup" dlg doesn't set ini values:
Function dlg_setup
,case IDOK
,,str setup_ini = "E:\MurFTP2\data\setup.ini" ;; ***TO BE REPLACED WITH INSTALL GENERATED INI
,,rset dir_primarystor "dir_primarystor" "setup" setup_ini
,,rset dir_secondarystor "dir_secondarystor" "setup" setup_ini
,,rset file_editor "file_editor" "setup" setup_iniBut exact same code moved into a macro and called from dialog does work:
Function dlg_setup
Thanks!
