When I throw it all together, it looks like this:
dim Text as xpTextObject
self.visible = true/false
if Len(Text) > 0 then
Text.visible = True
else
Text.visible = False
end if
text="@"+Text+" "
Now the only message I am getting when trying to compile is from the 1st line - "Text is already declared as a parameter of this method"
#XPression