Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binary index
Message
From
30/04/2017 10:15:05
 
 
To
30/04/2017 07:06:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01650694
Message ID:
01650698
Views:
51
I use them for numeric fields that form a key. For instance:
CREATE CURSOR xl_cellxfs (workbook I, id I, numFmtId I, fontId I, fillId I, borderId I, halign C(8), valign C(8), indent I, wraptext I, rotation I)
INDEX ON BINTOC(workbook)+BINTOC(id) TAG id FOR !DELETED()
INDEX ON BINTOC(workbook)+PADL(id, 10, '0') TAG sortorder FOR !DELETED()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform