… = _BoxedString[…] (gb)
Dim aString As String
aString = _BoxedString [ Start As Integer [ , Length As Integer ] ]
Return a character from its index, or a sub-string.
-
Start is the starting character position.
-
Length is the number of characters to retrieve from that position. By default one character is returned.
This method is an equivalent of
Mid, except that the first character position is zero, not one!