Just a link to a page.. Got me started with barely any trouble (just make sure you know how to read a .emacs file – I learned on the fly on his page, it wasn’t too tricky).
http://www.david-steuber.com/Lisp/OSX/
Just a link to a page.. Got me started with barely any trouble (just make sure you know how to read a .emacs file – I learned on the fly on his page, it wasn’t too tricky).
http://www.david-steuber.com/Lisp/OSX/
I want to have a variable number of text fields in a form, and sending all of these text fields to one function when it is submitted. My best guess is that they’d have to be passed in as an array, unless there’s a more elegant solution (akin to ARGV in Ruby, or the arguments passed in to a program that starts.. ?).
Does anybody have an idea?