in reply to Changing a number to a string
- kel -# initializing like this will represent '0' as a number $foo = 0; # by double quoting it, the '0' should be seen as a string $foo = "0";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Changing a number to a string
by myocom (Deacon) on Jan 25, 2001 at 23:25 UTC | |
by tye (Sage) on Jan 25, 2001 at 23:33 UTC |