Node:Delete, Next:, Previous:DefineSize, Up:Reference



Delete

(Under construction.)

Synopsis


procedure Delete (var S: String; FirstChar, Count: Integer);
or
procedure Delete (var S: String; FirstChar: Integer);

Description

Conforming to

Delete is a UCSD Pascal extension. The possibility to omit the third parameter is a GNU Pascal extension.

Example

See also