Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ending blocks in a single line
#1
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?
Code:
Copy      Help
if(x) out "yes"; else out "no"; out "I wanna be outside of the if-else block"
#2
Not possible.


Forum Jump:


Users browsing this thread: 1 Guest(s)