[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
String.prg
String manipulation functions
--------------------------------------------------------------------------------
CityState( <cCity>, <cState>, <cZip> ) --> cString
Format city, state, and zip variables into a single string.
ListAsArray( <cList>, <cDelimiter> ) --> aList
Convert a delimited string to an array.
Occurs( <cSearch>, <cTarget> ) --> nCount
Determine the number of times <cSearch> is found in <cTarget>.
Proper( <cString> ) --> cProper
Capitalize each word in a string.
See Also:
Lennum.prg
Strzero.prg
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson