Purpose
This is the generalized syntax for calling a user-defined built-in function.
Syntax
┌───── , ─────┐ ►►─── invocation-name ────── ( ─▼─ parameter ─┴─ ) ───────────────────────────►◄
Parameters
Specifies the invocation name for the user-defined function.
Specifies the parameters for the user-defined function.
Optional parameters that are not included must be replaced by the character @, unless no included parameters follow the omitted parameter.
|
Copyright © 2014 CA.
All rights reserved.
|
|