Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binary index
Message
From
30/04/2017 11:03:40
Walter Meester
HoogkarspelNetherlands
 
 
To
30/04/2017 10:15:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01650694
Message ID:
01650699
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()
>
Those are not binary indexes..
Previous
Reply
Map
View

Click here to load this message in the networking platform