Message 1 of 3

Not applicable
06-28-2019
09:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Very new to iLogic here this is pretty much my first real dabble into it. Im try to create a part template for tube sections that will auto populate part number and descriptions, i can get it to work but the only thing i cant make work is the quotation mark after the tube size in the description, for example i want it to show 1" Tube 304 but every time i put the quotation mark in it makes the rule crash. the best i can get is 1 Tube 304 example of my rule below
If OD = 25.4 mm And WT = 1.6 mm And GRADE = 304 Then iProperties.Value("Project", "Description") = "1 Tube 304" If OD = 50.8 mm And WT = 1.6 mm And GRADE = 304 Then iProperties.Value("Project", "Description") = "2 Tube 304"
Any ideas on how to fix?
Thanks,
Joe
Solved! Go to Solution.