how to insert switch Follow svarrer Created December 22, 2005 21:17 Hey there..how do one insert a SWITCH in a class concept?Thanks
Hello, Christian,
We don't have a switch statement in our base language so you have to use
if ... else if .... instead.
Konstantin