[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
(Under construction.)
procedure Delete (var S: String; FirstChar, Count: Integer); |
procedure Delete (var S: String; FirstChar: Integer); |
`Delete' is a UCSD Pascal extension. The possibility to omit the third parameter is a GNU Pascal extension.