> switch (myVar) > case 1 > doOne > break > case 2 > doTwo > break > case 3 > doThree > break > end switch > > When I do this in my handler, the switch and case lines are aligned > rather than indented so I've probably pooched something. Any ideas?
What happens if you remove the parenthesis from myVar? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design ----- E: [EMAIL PROTECTED] W: http://www.tactilemedia.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
