Input and Output Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Input- and Output commands >

Input and Output Commands

OUT. - Send String to Standard Output

Previous Top Next


MiniRobotLanguage (MRL)

 

OUT. Command

Send String to the Standard-Output

 

 

Intention

 

The OUT.-Command can be used to print a Line into the Debug-Console-Window or wherever Standard Output is directed to.

 

OUT. Hello World!

 

You can use variables.

 

: $$TIM=99.12

OUT.$$TIM

ENR.

 

 

 

graphic

 

This is the output to console window. Seethe Messagebox that prevents the console from being closed automatically, when the script ends.

 

 

 

Syntax

 

OUT.[P1]

 

 

Parameter Explanation

 

P1 - Variable or String

 

 

Example

 

'*****************************************************

' EXAMPLE 1: PRT

'*****************************************************

OUT.?path\

 

OUT.Hallo World

 

:over

MBX.Halt to read output

'*****************************************************

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

 

See also:

 

    DBP - Debug Print

    DBM. - DeBugMode

    MBX. - MessageBox

    SAY. - Say something