Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>rset right-justify data in field variable</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
RSET                     Right-Justify Data in Field Variable

 RSET fieldvar = strexpr

    Right-justifies string data in a specified field of the random buffer,
    in preparation for a PUT statement. Or right-justifies string data in
    an ordinary string variable.

    fieldvar    A variable defined in a FIELD statement; specifies the
                variable into which strexpr is to be right-justified.

     strexpr    A string expression.

   ----------------------------------------------------------------------

      Notes:    If LEN(strexpr) is less than LEN(fieldvar), then fieldvar
                is padded on the left with space characters.

See Also: LSET PUT (File I/O)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson