Call

Call ProcedureName([Parameter1],...)

Calls a sub or function discarding any returned value.

Call MyProcedure
Call ProcessImport(pContext)

See also: