Alphabetical - L
| LBOUND | Returns the lower limit in a given dimension of an array (Long). |
| LCASE | Returns the text string with all characters converted to lowercase (Variant / String). |
| LEFT | Returns a substring from the left of a string (Variant / String). |
| LEN | Returns the number of characters in a string (Long). |
| LET | Computes a value and assigns it to a new variable. |
| LIKE | The pattern matching operator. |
| LINE INPUT | Reads a single line from a file opened with Sequential access (String). |
| LOAD | Loads an object but doesn't display it. |
| LOADPICTURE | Loads a picture from a file into a Picture or Image control (IPictureDisp). |
| LOC | Returns the current read/write position within an open file (Long). |
| LOCK | Locks access to parts of a file for other processes. |
| LOF | Returns the length or size of an open file, in bytes (Long). |
| LOG | Returns the natural logarithm of a number (Double). |
| LSET | Left aligns a string within a string variable. |
| LTRIM | Returns the text string without leading spaces (Variant / String). |
| LBOUND Returns the lower limit in a given dimension of an array (Long). |
| LCASE Returns the text string with all characters converted to lowercase (Variant / String). |
| LEFT Returns a substring from the left of a string (Variant / String). |
| LEN Returns the number of characters in a string (Long). |
| LET Computes a value and assigns it to a new variable. |
| LIKE The pattern matching operator. |
| LINE INPUT Reads a single line from a file opened with Sequential access (String). |
| LOAD Loads an object but doesn't display it. |
| LOADPICTURE Loads a picture from a file into a Picture or Image control (IPictureDisp). |
| LOC Returns the current read/write position within an open file (Long). |
| LOCK Locks access to parts of a file for other processes. |
| LOF Returns the length or size of an open file, in bytes (Long). |
| LOG Returns the natural logarithm of a number (Double). |
| LSET Left aligns a string within a string variable. |
| LTRIM Returns the text string without leading spaces (Variant / String). |
© 2025 Better Solutions Limited. All Rights Reserved. © 2025 Better Solutions Limited Top