Coyote Graphics Routines

Date: Fri Mar 27 12:14:20 2015

single page | use frames     summary     class     fields     routine details     file attributes

.\

capfirstletter.pro


NAME: CAPFIRSTLETTER PURPOSE: Given a string, separates the parts by white space, commas, semi-colons, or colons. Each part has the first letter capitalized. The returned string has the capitalized parts separated by a space. AUTHOR: FANNING SOFTWARE CONSULTING David Fanning, Ph.D. 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com CATEGORY: Utilities CALLING SEQUENCE: capitalizedString = CatFirstLetter(theString) AUGUMENTS: theString: The input string. RETURN_VALUE: capitalizedString: The capitalized output string. There is a space between parts (words) of the input string. KEYWORDS: None. MODIFICATION HISTORY: Written by David W. Fanning, 29 July 2005.

top CapFirstLetter

result = CapFirstLetter(theString)

Parameters

theString

File attributes

Modification date: Tue Jul 17 09:13:09 2012
Lines: 94