01-24-2007, 05:05 PM
to have another macro or function read the variable info, you have to use global variable designation.
b can be read with any macro/function that has "str+ b" in it; a cannot be read by any in any way.
b can be read with any macro/function that has "str+ b" in it; a cannot be read by any in any way.
