[<<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)
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson