|
| KiXtart 2001 Manual |
Substr( )
| Action: | Returns
part of a string. |
| Syntax: | SUBSTR
("string", start,
length) |
| Parameters: |
String
Start
Length
|
| Returns: |
The
substring indicated by start and length. |
| See Also: |
InStr( ),
InStrRev( ), Left( ), Right(
) |
| Example: |
;
get the last 2 chars of the userid |