Message 1 of 3
How can I change this so that it's reading as a string?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a small snippet of iLogic, however, I am getting an error on line 4 with the two parameters after the "=" about them not being a string... not sure how to fix it
If FcType = "FLAT FACE" Then Parameter("d0") = "Base_O" Parameter("d4") = "Base_T" - "Face_Off" Else If FcType = "RAISED FACE" Then Parameter("d0") = "Base_R" Parameter("d4") = "Base_T" End If iLogicVb.UpdateWhenDone = True InventorVb.DocumentUpdate()