en:docs:dos:cmd:basic:rset

Table of Contents

RSET

Syntax

RSET variable$ = value

Description

Right-aligns the value into variable$. If the length of the value is too short, then it is padded on the left with spaces. If the length of the value is too long, then it is truncated on the right. This is only for use with variables assigned to a random access buffer with FIELD command.