> How do you mean?
concider:
if ('a' == 'b') { print "foo" } # this will print 'foo', seeing 'a' and 'b' both yield
'1' in numeric
context here.
however
$x = 'a';
print $x + 4;
will print '4';
Jos Boumans
> Converting 'a' to a number gives 0.
>
> --
> Paul Johnson - [EMAIL PROTECTED]
> http://www.pjcj.net
- Incrementing Strings Nick Transier
- Re: Incrementing Strings Jeff 'japhy' Pinyan
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Paul Johnson
- Re: Incrementing Strings Brett W. McCoy
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Pierre Smolarek
- Re: Incrementing Strings Brett W. McCoy
- Re: Incrementing Strings Jos Boumans
- Re: Incrementing Strings Chas Owens
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Jeff 'japhy' Pinyan
- Re: Incrementing Strings Kevin Meltzer
- Re: Incrementing Strings Jos Boumans
- Re: Incrementing Strings Paul
- Re: Incrementing Strings Brett W. McCoy
- Populating string (scalar) Rajeev Rumale
- Re: Populating string (scalar) Paul Johnson
