Where You Can Name an Argument

You can name an argument in the following situations:

  • Functions you define with the Function statement

  • Subroutines you define with the Sub statement

  • Code that you declare with the Declare Procedure statement

  • Some predefined functions and statements

  • Some externally registered DLL functions and methods