Caption: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The CAPTION="title" keyword is used to identify text that is to appear in the top border of a window. It may optionally be followed by either a less-than (<) symbol for flush ...")
 
No edit summary
Line 1: Line 1:
The CAPTION="title" keyword is used to identify text that is to appear in the top border of a window. It may optionally be followed by either a less-than (<) symbol for flush left text or a greater-than (>) symbol for flush right text. When no symbol is specified, the text is centered. The "title" parameter represents the text that is to be displayed.
The CAPTION=title keyword is used to identify text that is to appear in the top border of a window. The default is to appear on the left. The "title" parameter represents the text that is to be displayed.
 
In earlier versions of BR, the text may have optionally been preceded by either a less-than (<) symbol for flush left text or a greater-than (>) symbol for flush right text.  


For example:
For example:


  00040 OPEN #1:"SROW=1,cols=10,rows=10,EROW=10,caption=next open window",DISPLAY,OUTPUT
  open #1: "srow=2,scol=2,EROW=10,ECOL=30,caption=Happy Border"


Used in:
Used in:

Revision as of 19:09, 6 August 2013

The CAPTION=title keyword is used to identify text that is to appear in the top border of a window. The default is to appear on the left. The "title" parameter represents the text that is to be displayed.

In earlier versions of BR, the text may have optionally been preceded by either a less-than (<) symbol for flush left text or a greater-than (>) symbol for flush right text.

For example:

open #1: "srow=2,scol=2,EROW=10,ECOL=30,caption=Happy Border"

Used in: