TXADD Mnemonic - Add Paragraphs To a Custom Edit Control
Syntax
'TXADD'(id,parnum,string{,string...})
'TXADD'(id,parnum,parcount),PARS$
Description
The 'TXADD' mnemonic adds one or more paragraphs before the paragraph specified by parnum.
Parameter |
Description |
id |
Control ID number. It must be an integer between 1 and 32767 and be unique within a given top-level window. |
parnum |
Paragraph number, with 0 being the first paragraph. If parnum equals -1, paragraphs are added to the end. |
string |
Paragraph text to be added (255-character limit). |
parcount |
The number of $0A$-terminated paragraphs to accept directly from the channel. |
PARS$ |
Line-feed-separated strings that contain the paragraphs. |