Programming Manual Keyboard
SATO Europe
70
MID$()
Description
To return a number of characters beginning from the starting parameter to the
specified length.
Syntax
MID$(String, Starting, Length)
Remarks
String: Can be a string or expression
Start:
Character position in string at which the part to be taken begins. If start is
greater than the number of characters in string, Mid returns a zero-length
string ("").
Length: The numbers of characters to be returned.
Example
A$=MID$(“123456”,3,3)
Содержание Smart Keyboard
Страница 1: ...SATO Smart Keyboard Programming manual...
Страница 90: ...Programming Manual Keyboard SATO Europe 88...
Страница 93: ......