LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string array format in to special string

Hi @all,

how is it possible to format a 1-d-string array in a string which is devided after 8 characters through "," and after the 32 character through ";"

for example:

Array: 123456781234567812345678912345678 ------FORMAT-----> 12345678,12345678,12345678,12345678;

Thanks a lot,

CU Thomas
0 Kudos
Message 1 of 4
(2,354 Views)
Are you assuming that the array has one digit in each array element (I can't open your VI, I've only got LV 6.1)?

This VI should do a conversion assuming the array has exactly 32 elements, each with a single digit.

Hope this helps

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 4
(2,347 Views)
Hey,

thanxs it works fine!

Cu Thomas
0 Kudos
Message 3 of 4
(2,344 Views)
Just an improvise one 😛
Hope this helps in one way or another.

Others may have better solution(s)

Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 4 of 4
(2,343 Views)