Difference between revisions of "LTOS()"

From Lianjapedia
Jump to: navigation, search
 
Line 20: Line 20:
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Expressions and Type Conversion]]
+
[[Category:Formatting Functions]]
[[Category:Expressions and Type Conversion Functions]]
+
 
[[Category:Lianja VFP Extensions]]
 
[[Category:Lianja VFP Extensions]]
 
[[Category:VFP Function Extensions]]
 
[[Category:VFP Function Extensions]]

Latest revision as of 08:20, 4 February 2013

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