[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=The switch statement is a control statement that selects a switch section to execute from a list of candidates Tab=Logic [Property] +Value=Sets the constant to compare. ARG(T[])|5| Type=Sets the type of the constant. ARG(Type)|14|2|bool,char,string,sbyte,byte,short,ushort,int,uint,long,ulong,enum [Methods] doCase=Compares the data from the flow and the specified constant. ARG(T data, T value)|1|0 onNextCase=Occurs after the comparison if the values are different. ARG(T)|2|0 onTrue=Occurs after the comparison if the values match. ARG(T)|2|0 Data=Defines the data to compare. ARG(T)|4|