|
|
|
|
|
HDBSortType (Function)
 Disponible solo con estos tipos de conexión
Returns or modifies the sequence of text items in the xBase files. nSortType is int
nSortType = HDBSortType()
SWITCH nSortType
CASE hDBASCII: Info("Sort ASCII")
CASE hDBLexicographic
HDBSortType(hDBASCII)
Info( "Lexicographic sort changed to ASCII sort" )
OTHER CASE
Info("Error: Unknown sort")
END
Sintaxis <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. |
Observaciones This function is not available when using a stand-alone executable.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|