05-29-2007 09:22 AM
05-29-2007 09:28 AM
05-29-2007 09:40 AM - edited 05-29-2007 09:40 AM
And, on the comparison palette is Empty String/Path? You could also use the Equal function with an empty string wired to one of the inputs.
Message Edited by Dennis Knutson on 05-29-2007 08:41 AM
05-29-2007 10:17 AM
05-29-2007 10:29 AM - edited 05-29-2007 10:29 AM
Message Edited by smercurio_fc on 05-29-2007 10:29 AM
Message Edited by smercurio_fc on 05-29-2007 10:30 AM
05-29-2007 11:23 AM
Oops, sorry, that second example (doing the typecast to a U8) will not find an empty string. It only tests whether the first char value in the string is zero. An empty string only tests TRUE because the default value for all integer types is zero. If the first char of the string is an ASCII NULL, and the remainder of the string could be anything, the value is still zero.
Best regards,
Dave
05-29-2007 11:43 AM
05-29-2007 11:55 AM - edited 05-29-2007 11:55 AM

Message Edited by TonP on 05-29-2007 06:56 PM
Message Edited by TonP on 05-29-2007 06:57 PM
01-13-2009 08:22 PM
01-13-2009 08:36 PM
Your message has nothing to do with the old thread you posted in.
Please start a new message thread. And post whatever VI you have so far.