Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Locate delete cancel
Message
 
 
À
12/09/2003 09:06:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00828402
Message ID:
00828460
Vues:
15
Right, it should read
IF ASC(lcBuffer) <> 0x30
  * not VFP table
  lcDbcName = "***NOT VFP TABLE***"
  RETURN lcDbcName 
ENDIF
Hi Sergey,
>
>i donnot understood :
>
>lcBuffer = FREAD(lnFh1, 1)
>IF ASC(lcBuffer) <> 0x30
>  * not VFP table
>  lcDbcName = "***NOT VFP TABLE***"
>  RETURN lcDbcName
>ELSE
>  * table in dbc
>
>  * Next is a comment ?     <-------------
>
>  lcDbcName = LEFT( lcBuffer, AT( CHR(0), lcBuffer) - 1)
>
>ENDIF
>
>
>
>Fabio
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform