Overview of Index Tutorial: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 8: Line 8:


<noinclude>
<noinclude>
[[Category:Tutorial]]
[[Category:Index and Sort Tutorial]]
</noinclude>
</noinclude>

Latest revision as of 01:34, 16 July 2013

The index facility allows you to create multiple indexes, or ways to access information in a data file. The index will re-order access to a file based upon a key (which can be any part or parts of the file, for example, by name or date or both) which is associated with the relative access number. It doesn't re-order the file itself, but only the order of accessing the files.


Next: How to Make an Index File Tutorial
Back: Table of Contents