CAPS LOCK

 BBS: Inland Empire Archive
Date: 03-24-92 (11:15)             Number: 161
From: RICHARD VANNOY               Refer#: NONE
  To: JIM TANNER                    Recvd: NO  
Subj: CAPS LOCK                      Conf: (2) Quik_Bas
JT>Do you have anything on making the first character in a string Upper
JT>case and all the rest Lower case..?
word$ = "rIcHaRd"

word$ = UCASE$(LEFT$(word$,1)) + LCASE$(RIGHT$(word$,LEN(word$)-1))

> MegaMail 2.1b #0:Support VaporWare!  Buy PowerBASIC 3.0 today!


--- WM v2.01/91-0012
 * Origin: Com-Dat BBS  Hillsboro, OR.  HST (503) 681-0543 (1:105/314)
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