Paradyme V4.0 - Manual |
Program characteristics |
This window is provided for those instances where information is passed to the screen via a parameter list. Each entry in the window represents another parameter. The value entered must follow the convention for variable naming.
In the generated routine, the parameters are separated by commas and enclosed in parentheses. These separators are not required to be put in by the user as the PARADYME will insert them into the code generated.
If for instance, the user entered R.TEST and K.TEST in the parameter list for the PARADYME item EXAMPLE, the system would generate the following as the first line of the routine:-
SUBROUTINE EXAMPLE( R.TEST , K.TEST )
Use the BACK BUTTON to return to the previous page