[ic] [set] or [tmp] but show=1 also??

Paul Jordan interchange-users@icdevgroup.org
Fri Apr 11 23:12:01 2003


Hi guys,
4.9.7

I am wondering if it is possible... instead of:

[set newval]Hello[/set]
         [scratch newval] Paul
....
..
...      [scratch newval] Paul
...      [scratch newval] Paul


If I can just do:

    [set name=newval show=1]Hello[/set] Paul
....
.
....
....    [scratch newval] Paul
...     [scratch newval] Paul


The above is obviously simplified. The initial non outputting [set] seems
wasted. Any ideas?? Or is this a non issue WRT efficiency? It is for the
building of redundant "mini control panels" that need to be repeated several
times.

Paul