(top) Source of: util.vfunc.tf

Datei: util.vfunc.tf

Info: Variablenfunktionen, isVar, purge_vars, World lokal Variablen

Siehe auch: world_local

Makros: setw, getw, listw, unsetw, echow

TF-Funktionen: inner_var

Benoetigt:

Datei: util.vfunc.tf

Version: util.vfunc.tf,v 1.5 2001/09/09 19:09:42 mh14 (Mesirii@mg.mud.de)

-------------------------
(top) Source of: util.vfunc.tf

Siehe auch: world_local

Info: Hilfsfunktionen zum Verwalten von Variablen, die nur lokal fuer eine Welt zustaendig sind.

Makros: setw, getw, listw, unsetw, echow

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

Makros: setw

Info: Setzt die Variable ${world_name}_%1 auf den uebergebenen Wert. Nutzung ohne =

Makros: getw, listw, unsetw, echow

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

Makros: getw

Info: Liefert den Wert der mit /setw gesetzten Variablen als Funktionsrueckgabewert oder in %.

Makros: setw, listw, unsetw, echow

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

Makros: listw

Info: Listet alle Variablen auf, die lokal fuer diese Welt gesetzt sind.

Makros: setw, unsetw, echow, getw

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

Makros: unsetw

Info: Loescht die Variable ${world_name}_%1, die mit /setw auf einen Wert gesetzt wurde.

Makros: getw, listw, setw, echow

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

Makros: echow

Info: Gibt die angegebene Variable, die lokal fuer die aktuelle Welt gesetzt wurde, aus und gibt sie gleichzeitig als Funktionswert bzw. in %? zurueck.

Makros: getw, listw, setw, unsetw

Datei: util.vfunc.tf

(top) Source of: util.vfunc.tf

TF-Funktionen: inner_var

Info: Erlaubt den Zugriff auf beliebig tief aufeinander verweisende Variablen (z.B. a2="a1" a1="a0" a0=5)

Syntax:

/inner_var [tiefe] varname

Beispiel:

a2="a1" a1="a0" a0=5
/inner_var a2 -> "a1"
/inner_var 1 a2 -> "a1"
/inner_var 2 a2 -> "a0"
/inner_var 3 a2 -> "5"

Datei: util.vfunc.tf

util.vfunc.tf,v 1.5 2001/09/09 19:09:42 mh14 (Mesirii@mg.mud.de) Variablenfunktionen, isVar, purge_vars, World lokal Variablen
This file was created using TinyFugue (c) 1998 by Ken Keys at Fre 14 Sep 2001 23:34:30 MEST by Michael Hunger (mh14@inf.tu-dresden.de).