[Gambas-user] UCase$()

Pino Zollo pinozollo at ...626...
Thu Apr 24 04:02:53 CEST 2014


UCase$() does not work with ñ and accented vowels.

Try this:

 Debug  UCase$("ñ"), UCase$("á"), UCase$("à"), UCase$("é"), UCase$("è"),
UCase$("ó"), UCase$("ò")


Regards

Pino




More information about the User mailing list