Hello,

Does Version 4 support either { } "squiglees" or [ ] "brackets" in this
code:

if($retrn{strlen($retrn)-1} == '&')
-or-
if($retrn[strlen($retrn)-1] == '&')

I am developing on ver 3.0 and the { } don't work in the above, but the
brackets do.

Karl


-- 
PHP General 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