Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Sample Reference - <b>string.prg</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson