ID: 13871
Updated by: brianlmoon
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: *Programming Data Structures
Operating System: Linux
PHP Version: 4.0.6
New Comment:

The ++ only works with numeric variables.  Try the example that was emailed to you.

Previous Comments:
------------------------------------------------------------------------

[2001-10-30 09:15:49] [EMAIL PROTECTED]

<?PHP

for($i='A'; $i<='Z'; $i++){
  echo $i;
}

?>

// I hoped to see 'A B C....Y Z'

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13871&edit=1


-- 
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]

Reply via email to