Quote:
Originally Posted by Alan Anderson
That seems odd to me. The string functions I use in LabVIEW are pretty much the same as the ones I use in C.
|
I'm a Certified LabVIEW Developer, working on my CLA, and I still find string manipulation in LabVIEW to feel kludgey. Yes, the functions are much the same, however, trying to extract something from a string based on positions and markers and so on very quickly leads to a mess of wires, and alot of extra copies of your string floating around in memory.