Posted by member 12025 on 2006-01-28 20:34:05 link

1. There are code tags on LS.net. They make this stuff much easier to read.
[ code ] ... [ / code ]
(but w/o the spaces, of course :))

2. I think you need to end the if block. Without a endif, everything after the elseif will be ignored if it is not true (so if it is 12, the pup never gets a ~New, or even the folder getting a ~Folder).
if FontSize = 12

*Popup "Small" !execute [!xTextReplace @$ConfigDir$themevars.rc@ @FontSize 14@ @FontSize 12@] [!recycle]

elseif FontSize = 14

*Popup "Tall" !execute [!xTextReplace @$ConfigDir$themevars.rc@ @FontSize 12@ @FontSize 14@] [!recycle]

endif