programming.nbk: Home | Index | Next Page: Pascal string function:Insert(src, dest, pos) | Previous Page: Pascal


 Pascal string function:Copy(str, pos, num)

This function returns a substring of the string variable str of length num starting at position pos. It returns the null string (i.e. a string of length zero) if pos is greater than the length of the string.


programming.nbk: Home | Index | Next Page: Pascal string function:Insert(src, dest, pos) | Previous Page: Pascal


Notebook exported on Monday, 7 July 2008, 18:56:06 PM Eastern Daylight Time