Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
harvey_craig2RCUH
191 Views, 1 Reply

Calling an user parameter from strings

I have simplified this majorly for what I'm trying to do:

 

Inside Inventor I have a user parameter called myUserParameter

 

How can I set it by piecing together the parameter name on the left hand side of the equals sign if I'm bringing it together with strings?

 

Dim string1 As String = "my"
Dim string2 As String = "UserParameter"

string1 & string2 = 42