User Tools

Site Tools


fr:right

Differences

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

Link to this comparison view

fr:right [2016/01/01 22:45]
fr:right [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Right =====
 +==== Format ====
 +**right**( //string//, //length//)
 +==== Description ====
 +Retourne //length// caractères la partie droite de la chaîne de caractères //string//.
 +==== Voir Aussi ====
 +[[mid|Mid]], [[left|Left]]
 +==== Exemple ====
 +<code>
 +print right("Bonjour", 4)
 +</code>
 +Affichera
 +<code>
 +jour
 +</code>
 +==== Disponible depuis la version ==== 
 +0.9.5b
  
fr/right.txt · Last modified: 2020/02/28 10:46 (external edit)