I have an ini file and wanted to make it easy to change the ON/OFF settings easily so I read it in and then
filter the lines to remove lines with comments emopty lines and non ON/OFF settings so that if the file is
Code: Select all
OPENONPAID=ON
CREDITCARD=ON
MIXDEFAULT=OFF
IMAGE=OPEN.png
SLIDESHOW=i1.png,o2.png
PRINTER=pOFFICE
Code: Select all
OPENONPAID=ON
CREDITCARD=ON
MIXDEFAULT=OFF
Code: Select all
.*=(ON).*|(OFF).*
Code: Select all
"*=O[NF]*"
Is there a cheat sheet of what is acceptable in Livecode or at least how alternation works or will I have to find all Thierry's posts and save them for posterity (or is that Humanity)
Regards Lagi