View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Fri May 05, 2006 11:47 am Post subject: EDIT Macro |
|
|
How can I determine how many lines are actually copied by the 'COPY' command in the EDIT Macro? Example:
Code: |
copy my_data after 7 11 40
The return code is 8 (End of file reached) since there is only 30 lines in my_data. The # of lines copied is 20 in this case.
|
|
|
Back to top |
|
|
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Fri May 05, 2006 12:13 pm Post subject: |
|
|
Never mind. I found the answer in one of the previous post. |
|
Back to top |
|
|
|
|