11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Routine, Debugging, and Other CommandsSee Also• PRINT command• ZINSERT command• ZLOAD command• ZREMOVE command• ZSAVE command• $IO special variable• The Spool Device in <strong>Caché</strong> I/O Device GuideZREMOVEErases lines from the current routine.ZREMOVE:pc lineref1:lineref2ZR:pc lineref1:lineref2Argumentspclineref1:lineref2Optional — A postconditional expression.Optional — The line or first in a range of lines to be removed.Optional — The last in a range of lines to be removed.DescriptionThe ZREMOVE command erases routine lines from the current routine. ZREMOVE hastwo forms:• Without an argument• With argumentsZREMOVE without an argument erases the entire current routine.ZREMOVE lineref1 as an argument erases the specified line. ZREMOVE lineref1:lineref2as an argument erases the range for lines starting with the first line reference and ending withthe second line reference.402 <strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!