Programming Reference Manual
RSet
Syntax
RSet
strvar
=
str
Description
Assign the value of
str
to
strvar
. Shorten
str
by removing trailing chars (or extend with leading blanks). The previous length
strvar
is maintained.
See Also
LSet
.
Example
Sub
Main
S$ =
"123"
RSet
S$ =
"A"
Debug
.
Print
"."
;S$;
"."
'". A."
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Assignment
Erase
Let
LSet
RSet
Set
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator