05-20-2015 06:40 AM
I'm looking for some way to split the 'characters' of a 1D string subarray. For example instead of:
1/ AAAABBBB
2/ CCCCDDDD
3/ EEEEFFFF
...
etc
so there would be two separate 1D arrays where before there was one:
1/ AAAA and also BBBB
2/ CCCC and also DDDD
3/ EEEE and also FFFF
...
etc
Solved! Go to Solution.
05-20-2015 06:44 AM
05-20-2015 06:46 AM - edited 05-20-2015 06:47 AM
Something like this?
Do you have better requirements on where the split should happen? I somehow doubt you just want a simple split at a constant location.
05-20-2015 06:46 AM
All the strings are 8 characters, and I need to split them into 2 x 4 characters.
05-20-2015 06:48 AM
05-20-2015 06:49 AM
@crossrulz Yes that's it! What VI are you using for that, please?
05-20-2015 06:52 AM - edited 05-20-2015 06:54 AM
Have you not come up with any solution on your own? This is a very basic thing to do. Perhaps you should also go through the free online tutorials.
Mike...
05-20-2015 06:54 AM - edited 05-20-2015 07:04 AM
@crossrulz - found it, thanks again.
05-20-2015 07:08 AM - edited 05-20-2015 07:12 AM
Don't know what happened, but a reply I was responding to disappeared. Oh, well, never mind...
Mike...