> I'm trying to find a function that tells me the length of a string.
Cannot
> find one. Any pointers?
strlen()
Although you might expect to find this in the string functions section of
the documentation (3.1.1.7.3), it's in fact under the float functions
section (3.1.1.3.4) because it returns a number.
- Slime
[ http://www.slimeland.com/ ]
Post a reply to this message
|