TeleFlow BasicScript Lowercase

TeleFlow BasicScript Lowercase

From TeleFlow

Revision as of 00:31, 20 May 2008 by Wikilib (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Returns a string's lowercase equivalent.

Syntax

LOWERCASE(string)


string: a string value or variable.


Related Steps

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@A = LOWERCASE("HELLO WORLD") hello world
PRINT "@A"