VUESBR.SBR
VUESBR.SBR is an assembly language subroutine that allows the editing
of text from a basic program in a VUE-like manner. Below are the
control codes that are available in VUESBR.SBR
^A - prev word    ^H - left arrow   ^M - Return       ^W - next word
^C - abort        ^I - Tab 8 spaces ^N - end of line  ^Y - erase EOL
^D - delete       ^J - down arrow   ^U - beg of line  ^Z - erase line
^E - end page     ^K - up arrow     ^V - erase word  ESC - exit
^F - insert space ^L - right arrow
Syntax:  XCALL VUESBR,String,Maxrow,Maxcol,StartRow,StartCol,Rtncde
Where:   String   = Mapped Variable to be used
        Maxrow   = Maximum number of rows to be used
        Maxcol   = Maximum number of columns to be used
        StartRow = Screen's Row number to start display on
        StartCol = Screen's Column number to start display on
        Rtncde   = binary value of ^T or ^R if variable is called
VUESBR.SBR automatically displays the mapped variable upon entry and
 displays' NULL characters in the text as low intensity stars.
    YOU ARE IN VUESBR NOW!             SO TRY SOME EDITING