Difference between revisions of "LTOS()"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Function to convert logical to string | Function to convert logical to string |
Revision as of 10:25, 3 November 2009
Purpose
Function to convert logical to string
Syntax
LTOS(<expL>)
See Also
CAST(), DTOC(), DTOS(), STR(), STRZERO(), TYPE()
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