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