I am trying to pass counters and delimiters, all numeric, between different modules. With no success.
Don,
The trick is to declare the variables as PUBLIC in the module where they are created and in modules that use them, set them as EXTERNDEF so it knows they are not in the local module.
Thank you Hutch, that's exactly what I needed to know. :bg