IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Kale on November 01, 2006, 04:28:42 PM

Title: Go on then, how DO i find the lenght of a string?...
Post by: Kale on November 01, 2006, 04:28:42 PM
Sorry for a noob question but i can't seem to find a command to return the size of a string. :o

StrLen() is not there. :o
Title: Re: Go on then, how DO i find the lenght of a string?...
Post by: Kale on November 01, 2006, 04:33:06 PM
Nevermind. ;D

Len(string);
Title: Re: Go on then, how DO i find the lenght of a string?...
Post by: Ionic Wind Support Team on November 02, 2006, 01:29:54 AM
You can also use sizeof as an alias to len.
Title: Re: Go on then, how DO i find the lenght of a string?...
Post by: Kale on November 02, 2006, 02:06:28 AM
Quote from: Paul Turley on November 02, 2006, 01:29:54 AM
You can also use sizeof as an alias to len.

Cool, ta.  :)