TeleFlow BasicScript Print

TeleFlow BasicScript Print

From TeleFlow

Revision as of 00:38, 20 May 2008 by Wikilib (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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"