Feb 3, 2001 #1 unicorn11 Programmer Joined Jun 10, 2000 Messages 392 Location 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 Joined May 7, 2000 Messages 347 Location CA Do you mean lower case? If so then String = lcase$(String) David Paulson Upvote 0 Downvote
Jun 28, 2001 #3 HebieBug Programmer Joined Jan 8, 2001 Messages 354 Location 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