
-----------------------------------
questionableninja
Thu Jan 03, 2008 7:02 pm

changing from capitals to non-capitals NEED HELP
-----------------------------------
I have a program that reads files I have previously made, I have to make all the words undercase when some of them are capitals along with some other stuff to do with punctuation. I was just wondering if there is a procedure of some kind that reads every letter and allows for changes to be made.

-----------------------------------
Tony
Thu Jan 03, 2008 8:47 pm

RE:changing from capitals to non-capitals NEED HELP
-----------------------------------
yes, it involves a for-loop the size of the word being processed.

-----------------------------------
Clayton
Fri Jan 04, 2008 1:26 pm

RE:changing from capitals to non-capitals NEED HELP
-----------------------------------
Or you could cheat and look up a handy function in the Str. module.
