| 3 March 2002 |
Left() |
| Author | Jan Kvalbein |
| Action | Returns a String containing a specified number of characters from the left side of a string. |
| Syntax | Left ($strText, $intPos) |
| Parameters | $strText (Required / String) String expression from which the leftmost characters are returned $intPos (Required / Numeric) Numeric expression indicating how many characters to return |
| Remarks | Extended use of SUBSTR |
| Returns | String containing a specified number of characters from the left side of a string |
| Dependencies | None. |
| Examples | |
| Source | |