|
|
| Author |
Message |
rajesh_m
New User
Joined: 15 Apr 2008 Posts: 36 Location: India
|
|
|
|
| Sorry pedro..... Is there any possibility to achieve this functionality. |
|
| Back to top |
|
 |
References
|
Posted: Mon Jul 07, 2008 10:05 am Post subject: Re: |
 |
|
|
 |
Pedro
Active User
Joined: 01 Sep 2006 Posts: 274 Location: work
|
|
|
|
You should become familiar with the "Edit and Edit Macros" manual. There is a chapter for 'edit macros'
Use te SHIFT macro instruction! It would be something like this:
| Code: |
/*rexx*/ Address ISREDIT; "MACRO"
Do a = 4 to 7
"SHIFT ) " a " 10"
End |
|
|
| Back to top |
|
 |
rajesh_m
New User
Joined: 15 Apr 2008 Posts: 36 Location: India
|
|
|
|
| Thank you very much pedro it is working fine. Your help is really appreciatable. |
|
| Back to top |
|
 |
|
|