Worksheet/RemoveSection - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Worksheet/RemoveSection

Worksheet

  

RemoveSection

  

remove all sections from a Maple document

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RemoveSection( target )

RemoveSection( target , destination )

Parameters

target

-

string; name of file to read in .mw format

destination

-

string; name of file to write in .mw format

Description

• 

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.

Examples

filecatkerneloptsdatadir,/help/Worksheet/SimpleSectionDocument.mw:

Worksheet:-RemoveSectionfile:

Compatibility

• 

The Worksheet:-RemoveSection command was introduced in Maple 2020.

• 

For more information on Maple 2020 changes, see Updates in Maple 2020.

See Also

Worksheet

XMLTools