Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Curtis_Waguespack

I'm trying to use something almost identical to this, but I'd like to have the color name be a variable that is defined using a mix of text and parameters.   It will work if I define the variable using just a text string, but when I try to combine a text string with a parameter to form one long text string, it errors out.  Is this functionality not supported? 

 

ColorName1 = "SomeTxt-" & Width & "in-" & Color1'errors out
ColorName1 = "SomeTxt-36in-Color"'works fine

Width and Color1 are parameters.