TeleFlow BasicScript Lowercase

TeleFlow BasicScript Lowercase

From TeleFlow

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"