[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
deletec(s,p,n)               delete characters

    Return string s with n characters deleted starting at position p.
    For Example:

    deletec("1234567890",4,3) ==> "1237890"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson