Example
DIM iInd AS Integer FOR iInd = 1 TO 6 PRINT String.Pos("Benoît", iInd); " "; NEXT PRINT 1 2 3 4 5 7