For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > May 2005 > RE: [PHP-DB] RE : Subject: Letters loop









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author RE: [PHP-DB] RE : Subject: Letters loop
Miguel Guirao

2005-05-26, 8:56 pm

This a better and small aproach!!!
Thanks!!!

-----Original Message-----
From: Neil Smith [MVP, Digital media]
[mailto:php@comatose.freeserve.co.uk]
Sent: Jueves, 26 de Mayo de 2005 07:35 a.m.
To: php-db@lists.php.net
Cc: miguel.guirao@mail.telcel.com
Subject: [PHP-DB] RE : Subject: Letters loop


for ($i=1; $i<=26; $i++) {
print(chr(64+$i));
}

chr() prints the ASCII character corresponding to that number.
Upper case A-Z starts at 64 : http://www.lookuptables.com

Cheers - Neil

>Date: Wed, 25 May 2005 20:37:47 -0700
>From: MIGUEL ANTONIO GUIRAO AGUILAR <miguel.guirao@mail.telcel.com>
>To: php-db@lists.php.net
>Message-id: <403623405224.405224403623@mail.telcel.com>
>MIME-version: 1.0
>Content-type: text/plain; charset=us-ascii
>Content-transfer-encoding: 7BIT
>Subject: Letters loop
>
>Hi!!
>
>I wanna a do a for loop with letters, Is this possible?
>
>for ($i = 'A'; $i <= 'Z'; $i++){
>// code
>}
>
>--------------------------
>MIGUEL GUIRAO AGUILERA
>Logistica R8 - Telcel
>Tel: (999) 960.7994
>Cel: 9931-60000



========================================
================
CaptionKit http://www.captionkit.com : Production tools
for accessible subtitled internet media, transcripts
and searchable video. Supports Real Player, Quicktime
and Windows Media Player.

VideoChat with friends online, get Freshly Toasted every
day at http://www.fresh-toast.net : NetMeeting solutions
for a connected world.

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com