Remove every occurrence of a subscript from a script in place.

Synopsis

Declared in <script/interpreter.h>

int
FindAndDelete(
    CScript& script,
    CScript const& b);

Return Value

The number of occurrences removed.

Parameters

Name

Description

script

The script to modify.

b

The subscript to find and delete.

Created with MrDocs