Instr -- Finds a substring in a longer string |
Strcomp -- Compares two strings |
Asc -- Converts a single character to its ASCII value, |
Chr -- Converts a no. to a character with its ASCII value. |
Val -- Converts a string to a numeric value |
Lcase -- Converts a string to its lower case, |
Ucase -- Converts a string to its upper case. |
Lset -- Left Justifies a string |
Rset -- Right- Justifies a string |
Mid -- Returns a no. of characters from any position . |
Trim -- Removes blanks from the left & right sides of a string. |
Space -- Creates a string containing blank spaces. |
String -- Creates a string containig repeated characters. |