|
Re: Case Structures
Just to keep the terminology clean, cases/switches don't do arrays at all. The string and enum have a set of values they support, but the thing wired must be a scalar, not an array.
In the case of the enum, it may be useful to use the popup for creating all cases at once, otherwise use the Add before or Add after.
Greg McKaskle
|