Feb 3, 2001 #1 unicorn11 Programmer Jun 10, 2000 392 IN Hi Everybody I have text in sentence cases I want to convert them into Small case text How do i do that Regards Unicorn11 abhishek@tripmedia.com [red]Luck is not chance, it's toil; fortune's expensive smile is earned.[red]
Hi Everybody I have text in sentence cases I want to convert them into Small case text How do i do that Regards Unicorn11 abhishek@tripmedia.com [red]Luck is not chance, it's toil; fortune's expensive smile is earned.[red]
Feb 3, 2001 #2 dpaulson Programmer May 7, 2000 347 CA Do you mean lower case? If so then String = lcase$(String) David Paulson Upvote 0 Downvote
Jun 28, 2001 #3 HebieBug Programmer Jan 8, 2001 354 JP Is there any way of making the first letter a capital and the rest lower case? Also can you do the same with two words in the string Upvote 0 Downvote
Is there any way of making the first letter a capital and the rest lower case? Also can you do the same with two words in the string