08-20-2010 01:30 AM
Hello,
How can I replace one element in the string array with new one? For example if I want to replace the element of the string array at [2,2] (uy) with new one (5,5435). See my attachment.
Jick
08-20-2010 01:57 AM
Give Column Index also & delete the build array ,wire string input(5.5435) to the new element terminal of Replace Array Subset function.
-Kumar.B
08-20-2010 02:00 AM - edited 08-20-2010 02:01 AM
Hi Jick,
It can be done like this:
08-20-2010 03:48 AM
Nice! Thanks guys!
Jick