|
|
|
|
|
HDBSortType (Function) In french: HDBTypeTri
 Available only with these kinds of connection
Returns or modifies the sequence of text items in the xBase files. nTypeTri is int
nTypeTri = HDBSortType()
SWITCH nTypeTri
CASE hDBASCII : Info("Tri ASCII")
CASE hDBLexicographic
HDBSortType(hDBASCII)
Info("Tri Lexicographique changé en tri ASCII")
OTHER CASE
Info("Erreur : Tri inconnu")
END
Syntax
Modifying the order sequence Hide the details
<Result> = HDBSortType(<Type of sort>)
<Result>: Constant Type of sort order used before changing the order: | | hDBASCII | Sort according to ASCII order. | hDBLexicographic | Lexicographic sort. |
<Type of sort>: Constant Type of sort to use: | | hDBASCII (Default value) | Sort according to ASCII order. | hDBLexicographic | Lexicographic sort. |
<Result>: Constant Type of order currently used: | | hDBASCII (Default value) | Sort according to ASCII order. | hDBLexicographic | Lexicographic sort. |
Remarks This function is not available when using a stand-alone executable.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|