
10-14-2008
|
|
Shell programmer, author
|
|
|
Join Date: Mar 2007
Location: Toronto, Canada
Posts: 2,361
|
|
Quote:
Originally Posted by SpiralSpastic
Hi,
This function is a sub-function from a menu base command.
|
What is a "sub-function"?
Quote:
Core process CEDP1300 will read both APPNFC.INC and APPLIC.INC file before continue with other process..
Now only 1 file APPLIC.INC are read from this old function..
|
What "old function"?
Why is only one file read?
Quote:
|
How to include the new file APPNFC.INC so that it can read both file (APPLIC.INC & APPNFC.INC) before it go to main process CEDP1300??
|
What do you mean by "read the files"?
If the process has to read the files, you have to give it the names of the files to read.
|