Please enable JavaScript to view this site.

Function that allows writing to a display.

Depending on the control used, writing occurs on different displays. With an RP-2 control this function writes to the 4x20 display built into the control. With other control models, writing takes place on the dispan module, if one is connected to the control.

Syntax

i32 write_dis (string str [, i32 len=40] [, i32 offset=0])

str

String to be displayed

len

Number of characters to display. (optional, default 40)

offset

Start of buffer. (optional, default 0)

Result

Returns:

Value

Meaning

<> 0

Successful writing

0

Failed

Validity

Rule, Task

Note

The last two lines of the display are handled by RTE via appropriate menus. Act on the predefined variable dis_display to limit/reduce these managements

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC