Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change case
#1
Hi,

Is there any way to change the case of text in QM i.e. All capitals or all small case? I had a look about but can't seem to find anything.

Thanks for any help.
#2
str s.getsel ;;copy to variable s
s.ucase ;;or s.lcase
s.setsel ;;paste
#3
Hi Gintaras,

Many thanks again for your reply.

Sorry, I might not have been very clear in my post, but could you give me an examlpe of how to paste lower case text from the clipboard as upper case?

Thanks again.
#4
str s.getclip ;;get clipboard text
s.ucase
s.setsel
#5
Exclellent, thanks so much Gintaras, very quick and helpful yet again. Big Grin


Forum Jump:


Users browsing this thread: 1 Guest(s)