Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code conversion
Message
De
06/05/2011 14:21:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Code conversion
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01509865
Message ID:
01509865
Vues:
134
Dear Experts

How to convert these codes into vfp
PARAMETERS FN
BUFFER=" "
HANDLE=FOPEN(FN,2)
IF HANDLE>-1
   FREAD(HANDLE,@BUFFER,1)
   FBYTE=ASC(BUFFER)
   FSEEK(HANDLE,0,0)
   IF FBYTE=3
      FWRITE(HANDLE,CHR(26),1)
   ENDIF
   FCLOSE(HANDLE)
ENDIF
RETURN .T.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform