|
| KiXtart 2001 Manual |
Left( )
| Action: | Returns a specified number of characters from the left side of a string. |
| Syntax: | LEFT
("string", length) |
| Parameters: |
String
Length
|
| Returns: |
The
substring requested. |
| See Also: |
InStr( ),
InStrRev( ), Right(
), SubStr( ) |
| Example: |
; get the first 2 chars of the
user's ID |