07-05-2007 02:36 PM
07-05-2007 02:41 PM
Numerics in LV do not have the concept of a null value. The closest is NaN which is an invalid value. You can get it simply by typing that into a numeric constant.
What is it exactly that you want to delete?
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
07-05-2007 02:41 PM
@unknown00 wrote:
if you wire a constant 0 to it it sets the value as 0. i need it to be deleted, set to null. what do i wire to it?
What is "it"??? (binary string, formatted string, numeric, etc.)
How is "it" formatted?? (\-codes, hex display, hex format, ...)
07-05-2007 02:46 PM - edited 07-05-2007 02:46 PM
Message Edited by unknown00 on 07-05-2007 02:48 PM
07-05-2007 02:51 PM
07-05-2007 02:53 PM
07-05-2007 02:53 PM - edited 07-05-2007 02:53 PM
Message Edited by unknown00 on 07-05-2007 02:56 PM
07-05-2007 02:55 PM
07-05-2007 02:58 PM
07-05-2007 03:04 PM