FutureBasic Logo

<<    Index    >> FutureBasic 5

CFIndex.incl   include



Syntax:
include "CFIndex.incl"

Description:
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: 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:
index$; CFIndexSort