At 6:06 PM -0700 4/14/2002, Sivakatirswami wrote: >I use arrays mostly in CGI's and have found that quotes are required around >the key to pass its value... but this does not appear to be documented.
As far as I've been able to tell, key names are treated like literals - which is to say that it's not an absolute requirement that they be quoted, but you'll get problems if one is a variable name or reserved word, so it's much better style to quote them. I'll put a note in appropriate spots in the documentation to clarify this. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
