NoFiles: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The '''NoFiles''' parameter for Library statements was introduced in version 4.20 of Business Rules!. LIBRARY [RELEASE] [,NOFILES] [file-ref] : FNxxx, ... If GU...") |
No edit summary |
||
Line 3: | Line 3: | ||
LIBRARY [RELEASE] [,NOFILES] [file-ref] : FNxxx, ... | LIBRARY [RELEASE] [,NOFILES] [file-ref] : FNxxx, ... | ||
To handle situations where the program and the library function it calls use the same file handles for open files, windows etc. | |||
When | When this optional parameter is used, it allows your program and the library function to use the same file handles without causing an error. You can call and use the function without passing the files back and forth. | ||
<noinclude> | <noinclude> | ||
[[Category:All Parameters]] | [[Category:All Parameters]] | ||
[[Category:User Defined Function Statements]] | [[Category:User Defined Function Statements]] | ||
</noinclude> | </noinclude> |
Revision as of 18:29, 23 July 2013
The NoFiles parameter for Library statements was introduced in version 4.20 of Business Rules!.
LIBRARY [RELEASE] [,NOFILES] [file-ref] : FNxxx, ...
To handle situations where the program and the library function it calls use the same file handles for open files, windows etc.
When this optional parameter is used, it allows your program and the library function to use the same file handles without causing an error. You can call and use the function without passing the files back and forth.