06-23-2010 02:02 AM
Hi all,
I have a 2D array whose value changes rapidly on RT basis. Now I want that if my 2nd row' 2nd column element give me any number, I want to replace it with string. Case structure for conversion of numeric to string has been prepared.
I need to check my entire 2 nd column for it & replace the row data according to numerics.
I also want to log particular row when this element changes values...
Please guide me
Thank you
06-23-2010 05:22 AM
Use Replace subset in Array.
It works!