
Note: You must add uk to the end of the address, it's to help prevent spam. |
LEFT$ TYPE: String Function Action: Returns a string comprised of the leftmost <integer> characters of the <string>. The integer argument value must be in the range 0 to 255. If the integer is greater than the length of the string, the entire string will be returned. If an <integer> value of zero is used, then a null string (of zero length) is returned. EXAMPLES of LEFT$ Function:
|