|
Left |
Top Previous Next |
Returns a string containing a specified number of characters (iLength) from the left side of the string sSource.
If iLength is 0, an empty string is returned. If iLength specifies more characters than are available in sSource, the entire string is returned.
Parameters
Example:
|