Format That You Can Use to Name an Argument

To name an argument, you use the following format:

argname:= argvalue

where:

  • argname is the name of the argument that you specify in the Function statement or the Sub statement. For more information, see Create Function Method and Create Subroutine Method.

  • argvalue is the value that Siebel CRM assigns to the argument when your code calls it.

For example:

myfunction id:=1, action:="get", value:=0