TeleFlow BasicScript Print

TeleFlow BasicScript Print

From TeleFlow

(Difference between revisions)
Jump to: navigation, search

Wikilib (Talk | contribs)
(New page: Prints string's content to the output.<br> <br> ===Syntax=== :PRINT(<b><i>string</i></b>)<br> :<b>string:</b> a string value or variable.<br> <br> ===Related Steps=== Image:Iv_517.gif ...)
Next diff →

Current revision

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"