Menu

#22 Problem with switch, backslash, and brackets

open
nobody
Scripting (7)
4
2004-03-08
2004-03-08
Tara McGrew
No

This code doesn't work...

@l $symbol = [\]
switch $raw
case $symbol:
messagebox ok
case expr [$@] == [$symbol]
messagebox almost ok
case else
messagebox oops
endswitch

Discussion


Log in to post a comment.