LTOS()

From Recital Documentation Wiki
Revision as of 12:01, 23 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Class

Expressions and Type Conversion


Purpose

Function to convert logical to string


Syntax

LTOS(<expL>)


See Also

DTOC(), DTOS(), STR(), STRZERO()


Description

The LTOS() function returns the logical expression <expL> as a character string "T" or "F". It is particularly useful for building indexes on mixed data types.


Example

index on ltos(married)+upper(name) to married


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer