Difference between revisions of "LTOS()"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 12: Line 12:
  
 
==See Also==
 
==See Also==
[[DTOC()]], [[DTOS()]], [[STR()]], [[STRZERO()]]
+
[[CAST()]], [[DTOC()]], [[DTOS()]], [[STR()]], [[STRZERO()]]
  
  
Line 29: Line 29:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Expressions and Type Conversion]]
 +
[[Category:Expressions and Type Conversion Functions]]

Revision as of 13:46, 9 June 2009

Class

Expressions and Type Conversion


Purpose

Function to convert logical to string


Syntax

LTOS(<expL>)


See Also

CAST(), 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