Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pulling out text
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Pulling out text
Divers
Thread ID:
00920887
Message ID:
00920887
Vues:
51
hi all-

I am working on this code and and need a way to a way of resetting the chapters every time a section ends

Eaxh section is seperate with a sec1, sec2, sec3, etc.. with chapters inside it.

f = FILETOSTR("family.txt")
nchap = alines(aword, f, "CHAPTER")

FOR x = 1 TO nchap
t_andcnt = OCCURS(" and ", aword[x])
? "Chapter ",x, ":", t_andcnt, "occurrences"
ENDFOR

thanks..
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform