|  | Posted by ZeldorBlat on 07/11/07 13:59 
On Jul 11, 9:46 am, Sebastian Deutsch <spam...@9elements.com> wrote:> Hello,
 >
 > is there a shorter syntax for array beside array("one", "two"),
 > something link {"one", "two"}?
 >
 > cheers
 >
 > sebastian
 
 Not that I know of.
 
 What's wrong with the array("one", "two") syntax?  Your proposed { }
 syntax is only shorted by the word "array" -- and the more items you
 have in the array the less significant it becomes.
 [Back to original message] |