ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File to array

Solved!
Go to solution
Hi,
How do I use spreadsheet string to array function if my input file contains
 
@0000  0x11 0x22 0x00 0x00 0x00 0x00 0x00 0x00
@0008  0x06 0x55 0x6F 0x00 0x41 0x45 0x35 0x54
@0010  0x6F 0x00 0x41 0x45 0x35 0x54 0x2D 0x31
 
and I want my output in an array like this..
 
array[0]=0x11
array[1]=0x22
array[2]=0x00
......
 
array[8]=0x06
array[9]=0x55
 
....
 
and so on.


Message Edited by test_man on 06-21-2008 01:48 AM
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 1 of 3
(3,138 Views)
Solution
Accepted by topic author test_man
Try e.g. the following (LV 8.0):
 


Message Edited by altenbach on 06-21-2008 01:28 AM
Message 2 of 3
(3,124 Views)
Thank you very much. This is exaclty what I was looking for. You saved me a lot of time.
Again, thanks and keep up the good work.
You are my LabVIEW campion for Jun-2008!
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1
0 Kudos
Message 3 of 3
(3,095 Views)