CAPS LOCK

 BBS: Inland Empire Archive
Date: 03-23-92 (20:10)             Number: 152
From: MIKE PHILLIPS                Refer#: 54
  To: JIM TANNER                    Recvd: NO  
Subj: CAPS LOCK                      Conf: (2) Quik_Bas
 JT> Do you have anything on making the first character in
 JT> a string Upper case and all the rest Lower case..?

What about (untested code):
First$ = UCASE$(LEFT$(String.to.change$,1)
Second$ =
LCASE$(RIGHT$(String.to.change$,(LEN(String.to.change$) -
1) New$ = First$ + Second$


--- Maximus 2.00
 # Origin: The Catacombs Christian Exchange (8:74/0)
 * Origin: FamilyNet Intl. Echogate [708] 887-7685 (1:11/50)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET