TeleFlow BasicScript Uppercase

TeleFlow BasicScript Uppercase

From TeleFlow

Jump to: navigation, search

Returns a string's uppercase equivalent.

Syntax

UPPERCASE(string)
string: a string value or variable.


Related Steps

Image:Iv_517.gif BasicScript

Examples

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