Hi,
I know that I can do one by myself, but is there a command in KAREL to take a string and set all char to UPPER case or LOWER case
something like :
Mystr = 'AbCdEf'
Mystr = TOUPPER(Mystr) --now I got 'ABCDEF'
Mystr = TOLOWER(Mystr) --now I got 'abcdef'