getarg(2,0)
if parameter 2 is provided, the value will be based on the parameter value, 0 will not be used
getarg(2,111)
if parameter 2 isn't provided, the value will be default to "111"
if parameter 2 has value, the value "111" will not be selected as default value.