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: 

text string to appended array to spread sheet

I am using Lab View 8.5 and writing a test program. The test  is working, it's  taking the data and writing to spread sheet. Great! I cannot figure out how to add text as a header to the file. The text will change every time the program is run. I need to be able to change the text on the block diagram page. can anyone help?
 
0 Kudos
Message 1 of 5
(3,070 Views)
You can do, for example, use an array of strings and the first element it's the header that you want. Got it?
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 2 of 5
(3,052 Views)
No that won't work. Once you connect the array of strings to the main array you get abunch of broken wires.
0 Kudos
Message 3 of 5
(3,034 Views)

Here's one simple possibility, try it.

ps. can you explain your code. Coverting a linefeed to a DBL and building an array in some convoluted way makes absolutely no sense to me. 🙂 Is there more to it??



Message Edited by altenbach on 02-07-2008 12:23 PM
Download All
0 Kudos
Message 4 of 5
(3,031 Views)
Yes there is. here is the program I made. I've only been playing with Lab View for 2 weeks so go easy on me.
 
 
 
0 Kudos
Message 5 of 5
(3,024 Views)