Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Namecap function ====== ==== Description ==== Given a string, returns the string with its proper capitalization. Note: See example in [[convert|Convert statement]] for converting lower case to upper case, or vice versa. ==== Syntax ==== //result// = Namecap(//source_string//) ==== Parameters ==== The Namecap function has the following parameter. ^Parameter^Description^ |//source_string//|An OpenInsight string.| ==== Returns ==== result = A string with its proper capitalization. ==== See Also ==== [[mixedcase|MixedCase()]], [[convert|Convert statement]] ==== Example ==== <code> * returns Edgar Allan Poe result = Namecap("eDGar aLLAn pOE") * returns IBM Corporation, Inc. result = Namecap("i B m CorporAtion, iNc.) </code> guides/programming/programmers_reference_manual/namecap.txt Last modified: 2024/06/19 20:20by 127.0.0.1