Difference between revisions of "LTOS()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
m (Text replace - "Recital" to "Lianja")
Line 22: Line 22:
  
 
==Products==
 
==Products==
Recital Server, Recital
+
Lianja Server, Lianja
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion]]
 
[[Category:Expressions and Type Conversion Functions]]
 
[[Category:Expressions and Type Conversion Functions]]

Revision as of 22:33, 7 December 2012

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

Lianja Server, Lianja