TeleFlow BasicScript Print

TeleFlow BasicScript Print

From TeleFlow

Jump to: navigation, search

Prints string's content to the output.

Syntax

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


Related Steps

Image:Iv_517.gif BasicScript

Examples

BasicScript code      Result
@A = "Hello world" Hello world
PRINT "@A" Hello again
PRINT "Hello again"