|
|
|
|
|
| | |
| |
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:13:19 PM |
|
IP: |
207.247.190.166 |
OOPS !!!!!!!
CORRECTION:
Use the UCase Function.
strUCase=""
strUCase=UCase(mid(txtName,1,1))
for i=2 to len(txtName)
strUCase=strUCase & mid(txtName,i,1)
next
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|