LibraryTools[Author] - set the author information for a library
|
Calling Sequence
|
|
Author( archive, authorname )
|
|
Parameters
|
|
archive
|
-
|
string; Maple library
|
authorname
|
-
|
(optional) string; name of author
|
|
|
|
|
Description
|
|
•
|
The Author( archive, authorname) calling sequence sets or retrieves author information for the Maple archive specified by archive.
|
•
|
If the authorname parameter is specified, then the author information for archive is set to authorname.
|
•
|
If the authorname parameter is not specified, then the existing author information for archive is returned. If there is no author information available for archive, NULL is returned.
|
|
|
Download Help Document
Was this information helpful?