LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How long is a Labview String?

How many characters can I have in a labview string indicator/control?

Thanks,
0 Kudos
Message 1 of 2
(3,221 Views)
> How many characters can I have in a labview string indicator/control?
>

If you have the memory, you can have about 2 billion characters in a string.
2^31-1 is the exact answer. Of course since I don't have anywhere near
that amount of data, there could be a lower limit, and the string functions
could have lower limits, but they are way up there.

Greg McKaskle
Message 2 of 2
(3,221 Views)