Warp wrote:
> You have to remember that a macro is _not_ a function. A macro is a
> substitution string. The body if the macro is inserted in the place of
> the call as-is.
Hmmm...
If that is true, then why does this not work?
#macro Test(ss)
{ ss, ss, ss }
#end
#declare TestArray = array[3] Test(2)
Tor Olav
mailto:tor### [at] hotmailcom
http://www.crosswinds.net/~tok/tokrays.html
Post a reply to this message
|