Search notes:

vim script: a 000

"
"  ..\run_ a_000
"

redir > a_000.out

fu ThreeArgs(one, two, three, ...)

   " a:000 is an array («List»), it will print 3
   echo type(a:000)
   echo len(a:000)

endfu

call ThreeArgs('foo', 'bar', 'baz')
" 3
" 0

call ThreeArgs('foo', 'bar', 'baz', 'opt 1', 'opt 2')
" 3
" 2

redir END

q
Github repository about-vim, path: /vimscript/variables/internal/a_000.vim

See also

VIM script

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759619315, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/vim/script/vimscript/variables/internal/a_000(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78