Page 1 of 1

Select/Case in the event loop from the VD

Posted: Fri Dec 05, 2003 1:46 pm
by Kale
I just wondered why the Visual Designer always uses if/elseif/endif in the event loop of the program if its generated using 'Include event loop'. Is it possible to add a switch to use select/case instead? Was there a reason for if/elseif/endif and not select/case? Personally i use the VD generate source then convert it all to use select/case. Just preference i guess? Anyway about that switch?... :)

Posted: Sat Dec 06, 2003 11:01 pm
by Lars
Yeah, great idea. I wondered some times, too, but I got on with it. But it is
a great idea!