I want to put a bunch of constants in a separate file so that can be referenced by several macro modules. I also have some support macros that are used by many other macros. What is the command to include a file as in the C language statement:
#include file.bas
Thank you
#include file.bas
Thank you