Posted by member 1340 on 2004-02-26 11:45:10 link

instead of commenting and uncommenting using textedit... use IF ELSE statements and edit the variables. example ::
IF transvalue 0
grdtransparent statements...
ELSE IF transvalue 1
grdtransparent statements2...
ENDIF


now u can define that variable transvalue in some place.
Use text edit to replace its value with what u want...
!textreplace @$path$file.rc@ @transvalue *@ @transvalue 0@


U can have as many items in the IF ELSE statements... just make sure u dont mess them up.
Also remember !textreplace is much better than uncommenting/commenting and also than !textappend or !textreplace.

if u have any problems... go ahead... /me very sleeeepy now... ;)