| Tutorial | Classes | Functions | QSA Developer | Language | Library | Qt API | Qt Script for Applications | ![]() |
[Prev: Built-in Variables] [Home] [Next: Application.argv]
This is an Array of the arguments that were passed to the function. It only exists within the context of a function.
Example:
function sum() { total = 0; for ( i = 0; i < arguments.length; i++ ) { total += arguments[ i ]; } return total; }
[Prev: Built-in Variables] [Home] [Next: Application.argv]
Copyright © 2001-2002 Trolltech | Trademarks | QSA version 1.0.0-beta1
|