01-30-2014 09:54 AM
conversion from string to number is not that important, I can do it later. My problem is right now how to split the string( every 8 chars or every 4 chars) and insert them in the next columns ( the same row). Can you help me to do this?
I tried using split string but then how can I move it to the next cube?
01-30-2014 09:55 AM
@tintin_99 wrote:
conversion from string to number is not that important, I can do it later. My problem is right now how to split the string( every 8 chars or every 4 chars) and insert them in the next columns ( the same row). Can you help me to do this?
I tried using split string but then how can I move it to the next cube?
Post what you've done and we'll discuss.
01-30-2014 10:22 AM
You can use String Subset to get the characters you need and then Replace Array Subset to write that substring into the location you want it.
03-30-2015 03:07 AM
Hi
I need to display an array of strings obtained from a loop. I tried to tabulate it but that requires a 2D array. Now i have no idea how to convert it into 2 dimensional string array, please help
thankyou 🙂
nivi
03-30-2015 07:18 AM
Use Build Array with just 1 element. You may need to use Transpose 2D Array to get it to show up in your table the way you want.
03-30-2015 08:36 AM - edited 03-30-2015 08:37 AM
Yup, both build array and transpose solved it. 🙂
Thanks a lot
nivi