Futurebasic/Language/Reference/cfindex

CFINDEX.INCL include edit

CFIndex.incl edit

include edit

<MISSING IMG!!!>
<img src="res/checkmark.gif" alt="" height="16" width="16" border="0"> Appearance <img src="res/checkmark.gif" alt="" height="16" width="16" border="0"> Standard <img src="res/checkmark.gif" alt="" height="16" width="16" border="0"> Console

Syntax edit

INCLUDE "CFIndex.incl"

Revised:
November; 2006 (FB 4, Release 4)

Description edit

The CFIndex include file is a replacement of the standard set of instructions used to implement all INDEX$ commands. By including this file, your application instantly takes on the new features, even if you have already programmed things using the old INDEX$ commands.

CFIndex offers several advantages:

  • Increased speed.
  • Easier localization through the use of CF strings instead of Pascal strings.
  • Improved memory handling.
  • Sorting (See FN CFINDEXSORT.)

Once you have added the file to your project, either by using the Include command or by dragging and dropping the file into your project window, you may use standard INDEX$ commands to transparently take advantage of the new features.

See Also edit

<a href="index.html">INDEX$</a>; <a href="cfindexsort.html">CFINDEXSORT</a>