displaying contents of an ini within a string:
explain why action one works, but action two doesn't:
Action1:
Set alterable string to GetItemString$("ININAME","WhateverGroup","Whatever Item","default")
display alterable string
Action2:
Set current group to "WhateverGroup"
Set alterable string to GetItemStringG$("ININAME","WhateverItem","default" )
display alterable string
am i doing something wrong with action2? is that not how it is intended to be used?
