Code: Select all
Let>Modules=a,b,c,d
Gosub>WriteINIFile,,Settings,modules,%modules%
SRT>WriteINIFile
Let>INIFile=%WriteINIFile_VAR_1%
Let>INISection=%WriteINIFile_VAR_2%
Let>INIEntryName=%WriteINIFile_VAR_3%
Let>INIValue=%WriteINIFile_VAR_4%
End>WriteINI
I am trying to avoid setting VAREXPLICIT=1 because I am new to MS, and don't want all examples/help files to be viewed in light of this functional change
I also wanted to avoid something like...
Code: Select all
Gosub>WriteINIFile,,Settings,{"modules"},%modules%
Any thoughts??