Alphabetical - L

LBOUNDReturns the lower limit in a given dimension of an array (Long).
LCASEReturns the text string with all characters converted to lowercase (Variant / String).
LEFTReturns a substring from the left of a string (Variant / String).
LENReturns the number of characters in a string (Long).
LETComputes a value and assigns it to a new variable.
LIKEThe pattern matching operator.
LINE INPUTReads a single line from a file opened with Sequential access (String).
LOADLoads an object but doesn't display it.
LOADPICTURELoads a picture from a file into a Picture or Image control (IPictureDisp).
LOCReturns the current read/write position within an open file (Long).
LOCKLocks access to parts of a file for other processes.
LOFReturns the length or size of an open file, in bytes (Long).
LOGReturns the natural logarithm of a number (Double).
LSETLeft aligns a string within a string variable.
LTRIMReturns 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).

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top