The Mids attribute function can be used to determine a substring with a start and end index.
|
Syntax | ||||
|
Mids(StartIndex, EndIndex, [LanguageID]) | ||||
|
Return value | ||||
|
Type |
Description | |||
|
String |
The string copied from the start and end position | |||
|
Parameter | ||||
|
Use |
Name |
Type |
Passing |
Description |
|
Required |
StartIndex |
Long |
ByVal |
1-based position of the first character |
|
Required |
EndIndex |
Long |
ByVal |
1-based position of the last character |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
|
Note | ||||
|
If LanguageID is not specified, the dialog language applies. | ||||