POV-Ray : Newsgroups : povray.programming : ATT: POV team and everyone - POV4 design proposal : Re: ATT: POV team and everyone - POV4 design proposal Server Time
28 Jul 2024 22:16:39 EDT (-0400)
  Re: ATT: POV team and everyone - POV4 design proposal  
From: Christopher James Huff
Date: 13 Jan 2002 08:45:17
Message: <chrishuff-C2F215.08455913012002@netplex.aussie.org>
In article <3C415F64.D3ADC5E3@avalon-net.co.il>,
 Eugene Arenhaus <eug### [at] avalon-netcoil> wrote:

> Try to pass a macro to a macro?

There is a workaround:

#macro ParamMcr(x, y, z)
...
#end

#macro MainMcr(...)
   ...
   ParamMcr(...)
#end


// the user's code:
#macro ParamMcr(x, y, z)
...
#end
MainMcr(...)

-- 
 -- 
Christopher James Huff <chr### [at] maccom>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.