Hi,
I have three include files that I want to include with my project. My predecessor would declare them in a method where the include file would be accessed but I would like to declare it only once.
So I have a few questions:
1. Can I call all the include statements in the startup program and will they then be available throughout the operations of the program?
2. Can I have more than one include file declared at a time or should I combine all of my include files into one file?
3. Is there a command similar to the Set("Path"
that will allow me to see what has been declared.
Any suggestions for a better way to handle this issue would be greatly appreciated.
Sincerely,
mickbw
I have three include files that I want to include with my project. My predecessor would declare them in a method where the include file would be accessed but I would like to declare it only once.
So I have a few questions:
1. Can I call all the include statements in the startup program and will they then be available throughout the operations of the program?
2. Can I have more than one include file declared at a time or should I combine all of my include files into one file?
3. Is there a command similar to the Set("Path"
Any suggestions for a better way to handle this issue would be greatly appreciated.
Sincerely,
mickbw