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
You are right cotteaux,
the function is
Len( string )
but in the Devref it is not documented.
I will add it ASAP.
Peace