| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
String |
|
See also |
RIGHT, MID, LEFTSIDE, RIGHTSIDE, STRPART, LENGTH, INSTRING |
Returns the left/first n characters from a string in the given script variable.
LEFT <VariableName>, <String>, <Number>
|
Part |
Description | |
| <VariableName> | Script variable where to store the resulting substring. | |
| <String> | Source string. | |
| <Number> | Number of characters to get from the source string beginning from the left. | |
|
| ||