Function OrdCondSet() Foundation
Sets the conditions used to create indexes with OrdCreate().
OrdCondSet( [<cForCondition>] , ;
[<bForCondition>] , ;
[<lAllRecords>] , ;
[<bWhileCondition>], ;
[<bOption>] , ;
[<nStep>] , ;
[<xnRecNo>] , ;
[<nNext>] , ;
[<xnRecord>] , ;
[<lRest>] , ;
[<lDescend>] , ;
[<lCandidate>] , ;
[<lSubIndex>] , ;
[<lCustom>] ) --> NIL
The return value of OrdCondSet() is always NIL.
The index function OrdCondSet() sets optional conditions used in creating an index with the function OrdCreate(). Normally one does not need to directly use the function in a program, since the command INDEX is easier to use and is translated by the preprocessor into function calls to OrdCondSet() and OrdCreate().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.