Copies the first characters of a larger string.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrLeft | String | Synchronous | Supported | Supported | Supported |
StrLeft( strSource, numQtdChar )
Returns a string containing the left-most characters in the source string.
Tag Name | Expression |
---|---|
Tag | StrLeft( "Studio version 7.0", 8 ) // Returned value = Studio v |
Tag | StrLeft ( "Technical Reference", 9 ) // Returned value = Technical |