Posts: 81
Threads: 37
Joined: Jun 2008
Possibly a dumb question: How do you end a block in a single line (e.g. of toolbar code). For example, in the following code how do I get the last "out" statement to be outside of the if-else block?
if(x) out "yes"; else out "no"; out "I wanna be outside of the if-else block"
Posts: 12,072
Threads: 140
Joined: Dec 2002