DisplayWbbsBulletin Verb

Displays a text file containing WBBS formatting codes.  Due the different architectures of WBBS and the Thought BBS engine, only a subset of codes are supported.

Syntax

DisplayWbbsBulletin <filename>

The filename parameter specifies the file to display.  Files are loaded from the Text Files folder by default, although you may also specify a full path to any file on the computer system.  The BBS server must have permission to read the file.

Formatting Codes

$BREAK <ON | OFF>

The $BREAK ON statement enables control-C breaking (to terminate the display of the file).  The $BREAK OFF statement disables control-C breaking.  First documented in WBBS 4.10.

$DATE <date>

Displays subsequent text only if the specified date is earlier than the last logon date of the user.

$DISP <levelName | VALIDATED | ALL>

Displays subsequent text only if the current user matches the specified role.  WBBS supported SYSOP, COSYSOP and MAINT.  However, this translator allows you to specify the name of any role or user level.  The VALIDATED parameter specifies validated (established) users and the ALL parameter specifies all users.  $DISP ALL is used to reset a prior $DISP statement.

$KEY

There is no $KEY code.  This was a typo in the documentation for WBBS 4.10.  The actual code is $KEYS.

$KEYS

Used by WBBS to display a function key reminder.

$PAUSE

Pauses the output.

$WRAP <ON | OFF>

Enables or disables line wrapping of text.  First documented in WBBS 4.10.

See Also