Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>replpos() replace characters in a string beginning at a specified position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 REPLPOS()   Replace characters in a string beginning at a specified position

 Syntax....: REPLPOS( mStr, mRep, mPos )
 Parameters: <expC>: mStr = the string to be changed
             <expC>: mRep = the replacement string
             <expN>: mPos = the position in mStr to begin replacing

 Returns...: <expC>: the new string
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: newstr= REPLPOS( "ABCDEFGHI","XXX",4 )
             ? newstr                      && Result: "ABCXXXGHI"


See Also: ALPHAAT ATNEXT CHRCNT

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