Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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