Can multiple commands be used with the @if and @if:else modifiers, tried the following but does not work :
@if:Toolbar "Main"=on {
Toolbar "Main Top Spacer" CLOSE
Toolbar "Main" CLOSE
Toolbar "Main Bottom Spacer" CLOSE
}
Can multiple commands be used with the @if and @if:else modifiers, tried the following but does not work :
@if:Toolbar "Main"=on {
Toolbar "Main Top Spacer" CLOSE
Toolbar "Main" CLOSE
Toolbar "Main Bottom Spacer" CLOSE
}
They already work that way without the {
... }
(which aren't mentioned anywhere in the manual; you can't just invent syntax. )