Message 1 of 5
Custom iprop to be blank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need help, my code won't allow my custom prop to have a blank answer. can someone help. When Cut = None, DIM to equal "" (BLANK)
If Cut = "Model A" Or Cut = "Model B" Or Cut = "Model C" Or Cut = "Model D" Or Cut = "Model E" Or Cut = "Model F" Then DIM = G_L1 End If If Cut = "Model A - Small Side" Or Cut = "Model B - Small Side" Then DIM = G_L2 End If If Cut = "None" Then DIM = "" End If