[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DELETE                 Delete Sub String From String                  pp 69

 Syntax:  Delete (String, Position, Count) ;

 Type:    String

 Form:    Procedure

 Purpose: Delete Count characters from String starting at Position.


 ----------------------------------------------------------------------------


 Usage:
       CONST
          Str : String [10] = '1234567890' ;

       BEGIN
          Delete (Str,2,4) ;        { Delete from 2 thru 5 }
       END.

See Also: Concat Copy Insert Length Pos
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson