RETOURNE LE STRING OBTENU EN CONVERTISSANT LE STRING S EN MINUSCULES
ACTION
La fonction LOWER$(S) retourne la chaîne de caractères obtenue en convertissant la chaîne de caractères S en minuscules.
Remarque: le mot-clé LOWER$ se termine par '$' : cela veut dire que la valeur retournée est du type chaîne de caractères.
SYNTAXE :
Resultat$=LOWER$(S)
UTILISATION ERREUR EXEMPLE
print lower$("ABC")
print "abc"
LOWER$()
LOWER$(S)
EN RAPPORT
INSERT$()
INSTR()
LEFT$()
LEN()
LTRIM$()
MID$()
RIGHT$()
RTRIM$()
STR$()
STRING$()
TRIM$()
UPPER$()