Пример
DIM iInd AS IntegerFOR iInd = 1 TO 6 PRINT String.Pos("Benoît", iInd); " ";NEXTPRINT1 2 3 4 5 7