ts writes: > > > Hi, Hi too, > > This is probably a stupid question, but why in a block a variable is not > always dynamic when this variable is defined between | | ? This, I don't know for sure, but I assume, that the variables between | | are not local ones, but denote that these ones are used to serve as block parameters! Every variable created within a block, is local to the block; means not known outside. If the variable between | | is created in the block, it serves as parameter *and* is local to it! So, I guess, | | is not a sign for locallity. Only for parameter denoting. [...] > > Guy Decoux > \cle -- Clemens Hintze mailto: c.hintze / gmx.net