RWA_BSPACE


Purpose

Creates a rectangular block of white space in an HTML document by specifying that the subsequent screen output should appear Height pixels down from the current position and Width pixels in from the left hand side of the screen. Appends generated code to String.

Syntax

RWA_BSPACE(vString, Width, Height)

Parameters

vString A variable containing the string to which the generated code is appended. On return, contains the modified string. If the string does not exist, it is created.

Width Horizontal displacement, in pixels, from the left hand screen margin.

Height Vertical displacement, in pixels, from a new line immediately below the current cursor position.