|
|
In article <455c525f$1@news.povray.org>,
"Sven Littkowski" <sve### [at] jamaica-focuscom> wrote:
> I had a problem with my macro: it seems, macros don't accept string
> parameters, only numerical values. Is that true?
it's false !
try this :
#macro displayText (thisText)
#debug concat(thisText",\n")
#end
displayText("Hello !")
you must see "Hello !" in the message window.
> i am using the latest beta version.
and with the latest official version ?
--
klp
Post a reply to this message
|
|