Want a name or proper noun in it's correct context? This was written in DBP, but should, almost certainly(!), work in other versions. Hope it's useful to somebody.
remstart
This little prog converts the input word into a proper noun by capitalising the first letter only.
remend
_top:
cls
input "Your word is:"; word$
print upper$(left$(word$,1));lower$(right$(word$,(len(word$)-1)))
wait key
goto _top
edited: I missed out the upper$() (of all things!). It's fixed now.
I have an XP3000+, 1.5gb DDR333, a 6600GT and I'm programming 3k text-based exe's?!