Toshiba KB-80 사용자 설명서

다운로드
페이지 79
- 64 -
RIGHT$
Function
Provides a character string of the length specified on the right side of the character
string.
Format
RIGHT$ ( <character string>, <numeric expression> )
Term
<file number>:
Any character string
<numeric expression>:
The length is specified on the right side of <character
string>.  (Unit: bytes, Range: 0 to 255)
Explanation
<numeric expression> is converted to an integer value rounded off to a whole number
before it is evaluated.
When the value is 0, a null string is provided.  When the value for <numeric
expression> is larger than the length of <character string>, the whole character string
is provided.