User Tools

Site Tools


fr:length

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fr:length [2016/01/01 22:44]
fr:length [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Length =====
 +==== Format ====
 +length( //string// )
 +==== Description ====
 +Retourne la longueur de la chaîne de caractères //string// passée en paramètre.
 +==== Exemple ====
 +<code>
 +print length("Bonjour")
 +</code>
 +Affichera :
 +<code>
 +7
 +</code>
  
fr/length.txt · Last modified: 2020/02/28 10:46 (external edit)