|
Left |
The function that
extracts the left portion of a phrase. The format is
Left("Phrase",n), where n is the starting position from the left
of the phrase where the portion of the phrase is going to be
extracted. Example: Left("Visual Basic",4)=Visu |
Len |
The function that
returns an integer which is the length of a phrase or a
sentence. Example: Len(Visual Basic)=12 |
Lcase |
The
function that converts all the characters in a phrase to small
letters. Example : Lcase("VISUAL
BASIC")=visual
basic |
|
|
|
|
|
|