Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate delete cancel
Message
From
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:
00828455
Views:
11
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform