Call

Calls a Subroutine, Procedure or Inline-Assembler-Label. Syntax:

Procedures do not have to be called using Call as this is the default method. This will also work:

  1. ProcedureName([Parameter1, Parameter 2, ..])

See also: void