Error checking
Author |
Message |
Justin_
|
Posted: Wed Jan 18, 2006 11:11 am Post subject: Error checking |
|
|
in turing str.upper would make all user input uppercase. How do you perform the same task in VB?
I ask because i am taking in user input and I don't want there to be indiscrepency between my answers and there answers.
Thanks, |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
pavol
|
Posted: Wed Jan 18, 2006 11:18 am Post subject: (No subject) |
|
|
LCase(string value) would make all lowercase and UCase(string value) would make all uppercase |
|
|
|
|
![](images/spacer.gif) |
Justin_
|
Posted: Wed Jan 18, 2006 11:28 am Post subject: (No subject) |
|
|
yes it worked, thanks. |
|
|
|
|
![](images/spacer.gif) |
|
|