|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Capitalization |
From: |
Gautam Sharma |
Date: |
3/22/2000 3:11:37 PM |
IP: |
207.247.190.166 |
Use the UCase Function.
strUCase=""
strUCase=mid(txtName,1,1)
for i=2 to len(txtName)
strUCase=strUCase & mid(txtName,i,1)
next
|
Previous Message
Follow Up - Re: Capitalization - Gautam Sharma 3/22/2000 3:13:19 PM
|
|
|
|
|
|
|
|
|
|
|
|