Attempting to access an optional function argument that wasn't specified.
#6058 Run-time catchable error
Attempting to access an optional function argument that wasn't specified.
Additional Information
For X 'Y'.
where X is the type of the shelf, Y its name.
Explanation
OPTIONAL arguments that have no INITIAL value should be guarded with
an 'IS SPECIFIED' test before accessing them in a function.