Worksheet
RemoveSection
remove all sections from a Maple document
Calling Sequence
Parameters
Description
Examples
Compatibility
RemoveSection( target )
RemoveSection( target , destination )
target
-
string; name of file to read in .mw format
destination
string; name of file to write in .mw format
The command RemoveSection removes all the sections from a Maple document in .mw format.
If the second argument destination is omitted then the target file without sections is opened in the Maple GUI. Otherwise, the target file is written without sections to the destination file in .mw format.
file≔cat⁡kernelopts⁡datadir,/help/Worksheet/SimpleSectionDocument.mw:
Worksheet:-RemoveSection⁡file:
The Worksheet:-RemoveSection command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
XMLTools
Download Help Document