range() is good, but what I was getting at was a
shorthand/shortcut/alternate syntax kinda thing.
Mike
Julio Nobrega Trabalhando wrote:
> <?php
> $array = range('a','z');
> ?>
>
> As usual your mileage may vary but it worked here :-)
>
> --
>
> Julio Nobrega.
>
> Um dia eu chego l�:
> http://sourceforge.net/projects/toca
>
> Ajudei? Salvei? Que tal um presentinho?
> http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884
>
>
> "Mike Eheler" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
>>If this is the wrong place for it, please point me to the right place.
>>This is real small, though.. I'd like to see a shorthand for defining
>>arrays.. for example
>>
>>$ucase_alphabet = array(['A'..'Z']); (creates an array of all alphabet
>>characters, uppercase)
>>$numeric = array([1..100]);
>>
>>Or something of that sort. Just something that popped into my mind. PHP
>>feels like a language that has been built on little suggestions like
>>this, so I thought I'd post it. :)
>>
>>Mike
>>
>>
>
>
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]