
-----------------------------------
Justin_
Wed Jan 18, 2006 11:11 am

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,

-----------------------------------
pavol
Wed Jan 18, 2006 11:18 am


-----------------------------------
LCase(string value) would make all lowercase and UCase(string value) would make all uppercase

-----------------------------------
Justin_
Wed Jan 18, 2006 11:28 am


-----------------------------------
yes it worked, thanks.
