メインコンテンツまでスキップ
バージョン:25.2

parameterList

  • function

  • The parameterList function returns a list containing all of the parameters that were passed to the current handler sequentially (not by name). This can sometimes be more convenient when working with a variable number of parameters than using the paramCount and param functions

  • Examples: +

     repeat with each item of the parameterList
  • Related: parametersByName, paramCount, param