View previous topic :: View next topic |
Author |
Message |
vivek1983 Intermediate
Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Thu Jan 25, 2007 11:18 pm Post subject: Help regarding external routine .. |
|
|
Hi,
I am a Rexx beginner. I need help regarding calling external routines.
I am currently developing a Rexx tool wherein I am planning to put each functionality in a separate rexx routine so that I can call from the main module.
The problem is I have no idea of how to call an external routine and to how to pass parameters? Will the variables used in the routine be protected or unprotected? (Can i use the same variables as in the Main program so that I will not have the necessity to pass variables). Can we return a whole array from the routine?
note: I searched for external routine in this forum and couldnt find my desired solution.
Please do the needful.
Thanks,
Vivek G |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Fri Jan 26, 2007 1:56 am Post subject: |
|
|
Have you tried the fine manual?
O.
________
CBF500 |
|
Back to top |
|
|
|
|