When you call a function, observe the following guidelines:
Substitute the appropriate value for each parameter.
Type a value for every parameter. If you want to use the default value, enter Null or Empty.
Assign the function to a variable. After the function runs, the variable stores the return value, which indicates the success or failure of the function.