RSet Function |
Syntax:
Group:
Description: Returns a string from S with only the Len chars.
Parameters:
Parameter |
Description |
Return the this string value right justified. |
|
Return this many chars. If S is shorter than that then fill the remainder with spaces. |
Example:
Sub Main
Debug.Print RSet("Hello",6) '"Hello "
EndSub
See Also: