Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
anames - sequence of assigned names
Calling Sequence
anames( );
anames( type );
anames( 'environment' );
anames( 'user' );
anames( 'alluser' );
anames( 'active' );
Parameters
type
-
expression
Description
The anames command returns an expression sequence of names that are currently assigned values other than their own name.
When anames is called with a type, anames returns an expression sequence of names that are currently assigned values of the given type.
When called with the argument environment, anames returns an expression sequence of environment variables in the active environment.
When called with the argument user, anames returns an expression sequence of user-assigned names. A user-assigned name is defined as a name that is not saved in a library, and does not contain a forward-slash ('/') or leading underscore ('_').
When called with the argument alluser, anames returns the same output as anames(user) without filtering names containing a forward-slash ('/') or leading underscore ('_').
When called with the argument active, anames returns all the global names that have been assigned to in the current session.
Thread Safety
The anames command is thread-safe as of Maple 15.
For more information on thread safety, see index/threadsafe.
Examples
To find assigned names with a common prefix.
See Also
assigned, environment, history, unames
Download Help Document