Syntax
| Call name[(arglist)]
-or-
name [arglist]
|
---|---|
Description
| Evaluate the arglist and call subroutine (or function) name with those values. Sub (or function) name must be previously defined by either a Sub, Function or Property definition. If name is a function then the result is discarded. If Call is omitted and name is a subroutine then the arglist must not be enclosed in parens.
|
See Also
| |
Example
|
|