Multi-Line Textbox

From BR Wiki
Revision as of 18:30, 20 October 2018 by GomezL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Multi-Line TextBoxes are accomplished in BR! by using an Input Fields statement. Here is a sample:


 00010   DIM Buff$*2048
 00012   LET Buff$='start with something'
 00020   RINPUT FIELDS '#0,5,2,text 14/58/20,[D]s': Buff$

Syntax: Text [Rows]/[Columns]/[Max Char]