Function | Description |
---|---|
Asc | Returns the ASCII value for the specific character |
Chr | Returns the character for the specified ASCII number code |
Concat with & | Adds two or more strings together |
CurDir | Returns the full path for a specified drive |
Format | Formats a value with the specified format |
InStr | Gets the position of the first occurrence of a string in another |
InstrRev | Gets the position of the first occurrence of a string in another, from the end of string |
LCase | Converts a string to lower-case |
Left | Extracts a number of characters from a string (starting from left) |
Len | Returns the length of a string |