Miscellaneous > Programming & Networking
Fucking Confusing++
Kintaro:
Here is the source, luke :D
--- Code: ---
--- End code ---
voidmain:
quote:Originally posted by Ex Eleven / b0b 2.1:
Anyway how do you make everything in the cmdi string lower case after input
BASIC EQUIV:
cmdi$ = lcase$(cmdi$)
--- End quote ---
One way of doing it is to use the "tolower()" function. Mind you that this function will only change the case of a single character so you have to loop through your string.
Kintaro:
Could you do me a favour and write a sample peice of code?
voidmain:
Sure:
--- Code: ---
--- End code ---
Kintaro:
Thanks!
Why do old people hate ebject oreiented programming?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version