Message 1 of 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hard to explain this but I wil do my best.
Making a part that will have the size as an option to pick. Issue is Ilogic does not like it.
I have a list that has sizes like:
3" X 2"
4" X 2"
4" X 4"
But when I put in the code
If Plate_Size = "3" X 2"" Then
Parameter("Dim_X") = 3
Parameter("Dim_Y") = 2
Parameter("Foot_Code") = "A"
ElseIf Plate_Size = "4" X 2"" Then
Parameter("Dim_X") = 4
Parameter("Dim_Y") = 2
Parameter("Foot_Code") = "B"
End Ifit gives me an error
Error on Line 4 : End of statement expected.
and highlight the If Plate_Size ="3" X 2"".
I know it has to do with the X but I an't remember what to do having brain fart.
Can someone refresh me.....
Solved! Go to Solution.
