Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FSEEK() problems
Message
De
21/04/2003 09:22:46
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00779708
Message ID:
00779745
Vues:
9
I will try this! thank you!

>Amanda it working !! Mi file size is 2038 MgB !
>
>//////////////////////////
>LOCAL nHan AS Integer
>LOCAL nNew AS Integer
>
> nHan = FOPEN("D:\LOLEK.TXT",12)
>
> IF nHan > 0
> nOff = FSEEK(nHan,0,2) && New pointer end file
> FOR x = nOff TO 0 STEP -2264 &&&& !!!!!!
> nNew = FSEEK(nHan,x,0) && New pointer end file
> NEXT
> FCLOSE(nHan)
> ENDIF
"In three words I can sum up everything I've learned about life : it goes on." - R. Frost

Amanda Brown
Supervisor/Programmer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform