nex Beginner
Joined: 22 May 2003 Posts: 8 Topics: 4
|
Posted: Thu Sep 15, 2005 4:41 pm Post subject: adding ' at start & end of record and changing its posi |
|
|
One more requirement:
Input: (Rec. length 80 , col. pos. 1- 10)
Code: | record100
record200
record300 |
Output:(Rec. length 80 , col. pos. 11- 22)
Code: |
'record100'
'record200'
'record300' |
Thanks |
|