I want to be able to create a 'Make Uppercase' function on any marked text the user may select.. however I have no idea how to obtain the content of the marked text?
'hello' becomes 'HELLO'
Code: Select all
Local ucase = UpperStr( ??? )
mui.DoMethod("textarea","replace",ucase)