Doc > Expressions > argc
Returns the number of arguments in a space-separated arguments list
Description
It takes 1 argument.
argc(<arguments>)
- <arguments> space-separated arguments list
Usage
argc('a b c')
- returns 3
Returns the number of arguments in a space-separated arguments list
It takes 1 argument.
argc(<arguments>)
argc('a b c')
- returns 3