12-16-2016, 05:12 PM
i try to uppercase first letter of str variable
i do:
function ~&texte
texte[0]=_totupper(texte[0])
is there a better "QM" way (it must work with unicode that is why i use _totupper )?
i do:
function ~&texte
texte[0]=_totupper(texte[0])
is there a better "QM" way (it must work with unicode that is why i use _totupper )?