06-13-2008 01:54 AM
06-13-2008 02:13 AM - edited 06-13-2008 02:14 AM
Hi mathan,
here it is.
Mike
06-13-2008 02:15 AM
06-17-2008 01:56 AM - edited 06-17-2008 01:57 AM
06-17-2008 04:00 AM
altenbach wrote:There are no string outputs in my solution (not everything that is pink is a string!). For each number, I create an array of U8, and since each can be of different length, I package them into an array of clusters. (If you would autoindex to a 2D array, the short solutions would get padded, something you probably don't want).
06-17-2008 10:53 AM
mathan wrote:
Thanks for all the replies. Also, now i need to implement another one. Let's say input be 2,1 2010010100 from the text file. I need to convert these into an array of U8. When i tried with ur example, the ',' and ' ' (space) are skipped and it results in an array like this 02012010010100 (omitting , and space).
06-18-2008 01:58 AM - edited 06-18-2008 01:59 AM
altenbach wrote:
If you want the entire line as one element, define a diifferent delimiter (e.g. \n).
06-18-2008 02:25 AM
06-18-2008 03:56 AM - edited 06-18-2008 04:02 AM
Dear altenbach,
Its actually the vi you posted in this thread named scanhex.vi. so i didn't reattached it.
06-18-2008 03:59 AM
Hi Mathan,
Can you attach the file also, or save & repost the VI with default values for the all rows variable?