Previous Topic

Next Topic

GetAltSequence

Retrieve information from a data file relating to an alternate collating sequence that has been stored as a Resource.

Short Name

GETALTSEQ()

Type

Low-level index file resource function

Declaration

COUNT GetAltSequence(COUNT keyno, pCOUNT altseq)

Description

GetAltSequence() returns the alternative collating sequence into the array of 256 short integers pointed to by altseq.

Return

Value

Symbolic Constant

Explanation

22

FNUM_ERR

keyno out of range.

26

FACS_ERR

keyno is not active.

401

RNON_ERR

RESOURCES not enabled.

408

RNOT_ERR

No alternative collating sequences assigned to index file.

438

DZRO_ERR

No alternative collating sequences assigned to index file.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

See also

SetAlternateSequence()