BSTRNG - assemble a B string with pointer.

Usage:

bstrng (string)[,MORE]

Where:

(string)
is a string of characters enclosed in parentheses defining the text of the string.
MORE
is an optional second argument. Use of the keyword MORE indicates that the entire string is not on this line, and is continued by a following BSTR macro.

Description:

BSTRNG assembles at the current location a B pointer to the string defined by "(string)". The actual text of the string is assembled under location counter "errtxt".

See Also:

expl b bmac bstr
for the macro to continue a continued string.
expl b bmac character
for an explanation of the escape sequences that may be used in the string.

Copyright © 1996, Thinkage Ltd.