9.0

228
Len Return this many chars. If S$ is shorter than that then just return S$.
See Also: InStr( ), InStrRev( ), Left$( ), Len( ), Mid$( ), Replace$( ).
Example
Sub Main
Debug
.Print Right$("Hello",3) '"llo"
End
Sub
Right$ Function
Syntax
Right[$](S$, Len)
Group
String
Description
Return the last Len chars of S$.
Note: A similar function, RightB, returns the last Len
bytes.
Parameter Description
S$ Return the right portion of this string value. If this value is Null then Null is returned.
Len Return this many chars. If S$ is shorter than that then just return S$.
See Also: InStr( ), InStrRev( ), Left$( ), Len( ), Mid$( ), Replace$( ).
Example
Sub Main
Debug
.Print Right$("Hello",3) '"llo"
End
Sub
RmDir Instruction
Syntax
RmDir Name$
Group
File
Description
Remove directory Name$.
Parameter Description
Name$ This strin
g
value is the
p
ath and name of the director
y
. A
p
ath relative to the current