Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Jaroslav Hajtmar
Thanx Wolfgang for your explanations. Jaroslav Hajtmar Dne 9.9.2012 14:44, Wolfgang Schuster napsal(a): Am 09.09.2012 um 13:56 schrieb Jaroslav Hajtmar: Thanx Wolfgang. So far I have never worked with namespaces as follows. I thought that \setvariables macro automatically namespace fo

Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Wolfgang Schuster
Am 09.09.2012 um 13:56 schrieb Jaroslav Hajtmar : > Thanx Wolfgang. > > So far I have never worked with namespaces as follows. I thought that > \setvariables macro automatically namespace for variables creates and sets > the values in it. Setvariables somehow connected with the creation of mac

Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Jaroslav Hajtmar
Thanx Wolfgang. So far I have never worked with namespaces as follows. I thought that \setvariables macro automatically namespace for variables creates and sets the values in it. Setvariables somehow connected with the creation of macro variables in the namespace of the given name? It appears

Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Wolfgang Schuster
Am 09.09.2012 um 12:35 schrieb Jaroslav Hajtmar : > Thanx Wolfgang. > > I do not know anything about such a possibility. > What do you mean? Can you show a simple example? > I tried several options but nothing works. Here are some examples: > > \setvariables[myspacename][id=1, value={value}] >

Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Jaroslav Hajtmar
Thanx Wolfgang. I do not know anything about such a possibility. What do you mean? Can you show a simple example? I tried several options but nothing works. Here are some examples: \setvariables[myspacename][id=1, value={value}] \getparameters[myotherspacename][id=1, value={value}] \starttext

Re: [NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Wolfgang Schuster
Am 09.09.2012 um 10:42 schrieb Jaroslav Hajtmar : > Hello ConTeXist, > > Is it possible go through all the keys of \setvariables (getvariable) macro > and create the appropriate macros, as in the case of \getparameters macro? > > I mean macro like \getallvariablesfrom[myfirstnamespace], which

[NTG-context] Working with variables in MkIV (\ setvariables, \getparameters etc)

2012-09-09 Thread Jaroslav Hajtmar
Hello ConTeXist, Is it possible go through all the keys of \setvariables (getvariable) macro and create the appropriate macros, as in the case of \getparameters macro? I mean macro like \getallvariablesfrom[myfirstnamespace], which return contents of brackets macro \setvariables[myfirstname