View Full Version: Command To Know Lenght Of A String

DimensioneX Forum > Developers' Pub > Command To Know Lenght Of A String



Title: Command To Know Lenght Of A String


cotteux - June 5, 2008 12:49 AM (GMT)
Hi,

I just want to know how to have the number of charater in a string.

I found nothing in the reference manual.

Like in other language :


nom = "allo"

x = len(nom)

print x


result : 4

thanks

Cotteux

Cris - June 6, 2008 03:12 PM (GMT)
You are right cotteaux,
the function is

Len( string )

but in the Devref it is not documented.

I will add it ASAP.



Peace




Hosted for free by InvisionFree