STRING_DELETE 

Call: STRING_DELETE


string

A variable or an expression that evaluates to a String.

A mandatory argument, not modified by the procedure.


istart

A Number that indicates the first character to be deleted.

A mandatory argument, not modified by the procedure.


iend

A Number that indicates the last character to be deleted.

A mandatory argument, not modified by the procedure.


output

Contains on successful completion the String that results from the removal of the specified characters from the input string.

Should be a modifiable argument. Any data contained in this argument before the procedure is called, is lost after the procedure call.


Go to the top level, to Call, to STRING_DELETE, to the topic index, to the table of contents, or to the full text.

Formatted on 21/01/18 at 16:55.