LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Strings appending

Hi, I am using an event  structure in a while loop. In each event I am have a stacked sequence. In each sequence i have to display a string . In the next sequence the string should be appended to the first sequence string in the string indicator. The vertical scrollbar function should be used to see the strings ddisplayed in the string indicator. How to do this in an event structure.

 

Regards,

Rajashekar

0 Kudos
Message 1 of 3
(2,308 Views)
Is this your wish?
0 Kudos
Message 2 of 3
(2,303 Views)
Each event should not take a lot time to execute. If it is not, just use a for loop (for example) to write your string. The user will see it, been written all at once. If it is, you should change your architecture.
Message Edited by Pnt on 10-26-2008 10:35 AM
0 Kudos
Message 3 of 3
(2,301 Views)