OUTONLY

If an argument is declared with the OUTONLY attribute, then the argument is presumed to not have a value before it is passed and is expected to be set by the called code.

Note: OUTONLY and BYVALUE can't be specified for the same argument.