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