07-01-2005 05:28 PM - edited 07-01-2005 05:28 PM
Message Edited by ananda on 07-01-2005 05:31 PM
07-01-2005 07:15 PM - edited 07-01-2005 07:15 PM
Set your delimiter string to '\'-codes Display (right-click ...), then enter "\n". (or set to hex display and enter 0A)
You currently have your delimiter set to the two character string "\n" (normal display or 5C6E in hex), which never occurs in your input.
Message Edited by altenbach on 07-01-2005 05:17 PM
07-02-2005 02:42 AM
07-02-2005 03:05 AM
Here you go!
Remember that a linefeed character is invisible in normal display. After you set the diagram constant containing \n to '\'-codes display, it will contain "\\n", to escape the special meaning. You need to delete one of the "\".
07-02-2005 12:43 PM
Wow! it works!! So I was stupid. Thanks a lot.. Indeed, you are a proven LabView veteran.