- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am trying to combine a parameter and text in ilogic if then statement.
the code is saying ')'excpected.
the code i'm using is this:
SyntaxEditor Code Snippet
If Standard=1 Then Size= (Size_2, "In") ElseIf Standard=2 Then Size=(Size_2,"mm") End If
Size_2 is defined using a excel sheet.
I set the parameter property format to 0 decimals and no units showing.
So if standard 1 and size_2 is 6mm
In NXTdim the property Size should show 6 in
Or can i edit the formula of "Size" using a formula in custom properties
for example Size= <Size_2> <unit>
but i cant export a text format to custom properties, so not sure if this is possible.
is there a simple option for this issue?
kind regards
Solved! Go to Solution.
Link copied