Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Comix 3.0 Reference Manual - <b>ordname()</b> get the name of the norder'th index http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
ordName()             Get the name of the nOrder'th index
------------------------------------------------------------------------------

Synopsis

    ordName( [nOrder] ) -> cTag

Arguments

    nOrder is the order of the index for which the tag is to be obtained. 
    If nOrder is 0 or omitted, the tag for the master index will be
    returned.

Returns

    ordName() returns a character string which is the tag for the
    nOrder'th index.

    Since all tags are automatically converted to upper case when the index
    or tag is created, ordName() will return the tag in upper case.

Description

    ordName() returns the tag of the specified index.

Example

    use demo
    index on last tag last1
    index on first tag FirsT1
    index on age to j:\test\tmp\age
    ? ordName(1)                && Returns "LAST1"
    ? ordName(2)                && Returns "FIRST1"
    ? ordName(3)                && Returns "AGE"
    ? ordName(4)                && Returns "", since no 4'th index

See Also

    ordNumber()


See Also: ordNumber()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson