Hi guys,
I need ur help.
If I have character strings (data array file) as below:
X001234
X001345Y002323
X00142
X001567
How do i program, if I want to enter Y002323 to the next line? and how I can add '0' character after X00142 so that the the array is like this:
X001234
X001345
Y002323
X001420
X001567
thanks a lot;) .
-ct