06-27-2024
09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-27-2024
09:05 AM
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
Solved! Go to Solution.