01-07-2008, 05:27 AM
Hi,
Say I had to define the same collection of string definitions in several macros.
Is it possible I could assign those all to a function and define them that way without making them global variables?
I know I could just copy and paste but it would be nice to have clean code....
Thanks,
Stuart
Say I had to define the same collection of string definitions in several macros.
Is it possible I could assign those all to a function and define them that way without making them global variables?
I know I could just copy and paste but it would be nice to have clean code....
Thanks,
Stuart