Hi all,
How can I convert SmallCaps to Uppercase (not AllCaps)? through coding;
Some coding help please!
Thanks in advance.
CS.
Printable View
Hi all,
How can I convert SmallCaps to Uppercase (not AllCaps)? through coding;
Some coding help please!
Thanks in advance.
CS.
SmallCaps? AllCaps? huh?
are you saying you want to convert a string from lowercase to uppercase?
mystr = ucase(mystr)
pete