11-07-2006 03:49 AM
11-07-2006 04:18 AM - edited 11-07-2006 04:18 AM
Your query is a little unclear, I must admit
could you post a vi illustrating this error your observed??
Message Edited by devchander on 11-07-2006 04:18 AM
11-07-2006 06:09 AM
11-07-2006 01:28 PM
Integer does not equal string.You also seem to be tossing around "runtime" and "static" somewhat liberally. Once you wire an integer (be it a control or block diagram constant) to the case structure's selector, the cases can only take on integer values. This is by design. If you wire a string, the case items take on string values. If you wire an enum, the case items take on the enumeration values. Once you've defined a case structure's cases you can't change them at "runtime". This, by definition, is different code.