[#FindAndDelete] = FindAndDelete :mrdocs: Remove every occurrence of a subscript from a script in place. == Synopsis Declared in `<script/interpreter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int FindAndDelete( xref:CScript.adoc[CScript]& script, xref:CScript.adoc[CScript] const& b); ---- == Return Value The number of occurrences removed. == Parameters [cols="1,4"] |=== | Name| Description | *script* | The script to modify. | *b* | The subscript to find and delete. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#