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>lset left-justify data in field variable</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LSET                     Left-Justify Data in Field Variable

 LSET fieldvar = stringexpr

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

    fieldvar    A valid string variable name; specifies the variable into
                which stringexpr is to be left-justified.

  stringexpr    A string expression.

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

      Notes:    If LEN(stringexpr) is less than LEN(fieldvar), fieldvar is
                padded on the right with space characters.

See Also: MKD$ MKI$ MKS$ PUT (File I/O) RSET

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