The MidSet attribute function can be used to replace a substring of the string of the variable with another string.
|
Syntax | |||||
|
MidSet(Start, [Length, [LanguageID]]) | |||||
|
Return value | |||||
|
None |
| ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
Value |
String |
ByVal |
String to replace the specified range | |
|
Required |
Start |
Long |
ByVal |
Replacement position (1-based) | |
|
Optional |
Length |
Long |
ByVal |
Number of characters of replacing (0 replaces all characters from start) | |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value | |
|
Note | |||||
|
If LanguageID is not specified, the dialog language applies. | |||||