LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multi string display

Hello

Does anyone know how to display new characters in a previously
existing string display, without erasing the previous characters?
0 Kudos
Message 1 of 4
(5,528 Views)
Use local variables to first read the existing string, then concatonate
your new characters and then use the local variable to display the new
string.

G. Montag

Rommeluere wrote:
>
> Hello
>
> Does anyone know how to display new characters in a previously
> existing string display, without erasing the previous characters?
0 Kudos
Message 2 of 4
(5,528 Views)
Use local variables to first read the existing string, then concatonate
your new characters and then use the local variable to display the new
string.

G. Montag

Rommeluere wrote:
>
> Hello
>
> Does anyone know how to display new characters in a previously
> existing string display, without erasing the previous characters?
0 Kudos
Message 3 of 4
(5,528 Views)
> Hello
>
> Does anyone know how to display new characters in a previously
> existing string display, without erasing the previous characters?

I would say just create a local variable from which you read the string then
ad the new characters and write that to the display
0 Kudos
Message 4 of 4
(5,528 Views)