> 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