User Tools

Site Tools


fr:mid

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
fr:mid [2016/05/09 23:50]
francisco added the possibility to get the rest of the string
fr:mid [2016/05/09 23:51]
francisco [Exemple]
Line 10: Line 10:
 <code> <code>
 print mid("Bonjour", 2, 3) print mid("Bonjour", 2, 3)
 +print mid("Bonjour", 2, 999)
 </code> </code>
 Affichera : Affichera :
 <code> <code>
 onj onj
 +onjour
 </code> </code>
  
fr/mid.txt ยท Last modified: 2020/02/28 10:46 (external edit)