Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate delete cancel
Message
 
 
To
12/09/2003 09:06:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00828402
Message ID:
00828460
Views:
16
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform