The Mid attribute function can be used to determine a substring of the string of the variable.
|
Syntax | ||||
|
Mid(Start, [Length, [LanguageID]]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String |
The determined sub string | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
Start |
Long |
ByVal |
Position from which to determine a substring (1-based) |
|
Optional |
Length |
Long |
ByVal |
Number of characters (0 returns all characters beginning from start). |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||