Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
>Namen (als Strings). Das ist aber etwas subtil, denn man darf die >Symbole ja nicht evaluieren, bevore man feststellen kann, ob sie >einen Wert haben. So geht's: > > >In[1]:= allNames = Names["Global`*"] > >Out[1]= {allNames, RemoteMachine, $AvailableMachines, $RemoteCommand} > >In[2]:= valueNames = Select[allNames, ToExpression[#,InputForm,ValueQ]&] > >Out[2]= {allNames, $AvailableMachines, $RemoteCommand} Wenn wir schon dabei sind: warum geht das nicht einfacher? Stichwort: Debugger Arnd
Frühere | Chronologischer Index | Spätere | ||
Vorherige | Thematischer Index | Nächste |
DMUG-Archiv, http://www.mathematica.ch/archiv.html