09-14-2006 10:26 AM
09-14-2006 10:27 PM - edited 09-14-2006 10:27 PM
to limit the number of input char entered by the operator to 8 char,
the simplest method would be to find number of characters by using 'string length' function. If the length is longer that 8 characters, pop up a message stating so(optional) and ingnore/reject that string
How do I set the string field to accept only 8 char and ignore the rest
To do this, use 'String subset' function, with offset=0 and length =8
Message Edited by devchander on 09-14-2006 10:28 PM
09-14-2006 10:30 PM
A small tip.
In future, post your labVIEW related queries in LabVIEW discussion Board for a quicker response
09-15-2006 09:29 AM - edited 09-15-2006 09:29 AM
Message Edited by CKap on 09-15-2006 09:29 AM
09-15-2006 10:59 AM
09-17-2006 10:52 PM
09-18-2006 08:17 AM
Here you go Dev.
Regards,
Chetan Kap
Application Engineering
National Instruments