Runtime errors lack a fundamental point:
an unambiguous indication of where the error originates
( I mean use your time to fix the errors not to locate them ; - )
Runtime errors lack a fundamental point:
an unambiguous indication of where the error originates
( I mean use your time to fix the errors not to locate them ; - )
In your example, it is obvious that you are attempting to save a list item to a non list variable, however, I agree, it would help if the error identified the failing variable.