POV-Ray : Newsgroups : povray.newusers : strings in #if-directive : strings in #if-directive Server Time
5 Sep 2024 02:19:22 EDT (-0400)
  strings in #if-directive  
From: marabou
Date: 11 Dec 2001 14:18:25
Message: <3c165c01@news.povray.org>
hello,
how do i handle strings, if i want to create the following:

#macro mymacro(this)
        #if (this = "myvalue")
                ...
        #end
#end

mymacro(myvalue)

any hints? thanks.


Post a reply to this message

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