| left(string, count) |
|---|
| Parameters: |
|---|
| Name | Type |
| string | The string to search |
| count | An int to start from |
| Explanation |
|---|
|
Returns 'count' characters starting from the leftmost character in string 'string'. Reportedly not working in 095. Instead use substrings- Str[start_index,length] returns a substring.
|
| Return values |
|---|
| An Int |
If you know if any information is incorrect on these pages, mail your corrections to racalac@polserver.com
Copyright ©2003-2011 David Carpman, all rights reserved. DO NOT REPRODUCE, MIRROR, ALTER, SPINDLE, MUTILATE, OR SIT ON.