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

Online Help

All Products    Maple    MapleSim


eBookTools

  

SetPlaceholders

  

set placeholders to be replaced

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SetPlaceholders(book, placeholders)

Parameters

book

-

book created using NewBook command

placeholders

-

table of placeholder and value pairs

Description

• 

The SetPlaceholders command sets the table containing placeholders and values. Values are only replaced in the worksheet that were added to the book after placeholders were set.

Examples

witheBookTools:

bookNewBookProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:

Replace "{Maple Version}" by "Maple 16":

SetPlaceholdersbook,tableMaple Version=Maple 16:

AddChapterbook,1,Chapter01.mw:

Compatibility

• 

The eBookTools[SetPlaceholders] command was introduced in Maple 16.

• 

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

See Also

eBookTools

eBookTools[AddChapter]

eBookTools[NewBook]