Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

Try
   glass_labour_set = (iProperties.Value("Custom", "GLASS_SET")/60)*glass_labour_rate

Catch
End Try

Here's an example of the Try Catch for one of your custom iProps.

 

Downside is you'd have to place each of your custom iprops in its own one.

 

This is another option:

On Error Resume Next

 Fairly self explanatory, if it hits an error, like a missing custom iProp it will move onto the next line of code.