This question about Missing functionality: Asked
SEARCH does not read variable
Hi there
I got a Problem, which i cant solve and i did not found any helps on the internet.
We have a Template which generates e Wiki Page, on this page we set some variables, like that:
%CALC{"$SET( SHORTCUT, shortcut)"}%
On the page, we read the variable and replace it wiht the value, like that:
| Webhome | https://apps.pnet.ch/%CALC{"$GET( SHORTCUT )"}%
Now we are building a dynamic table, which should read some infos from the generated page, this works fine, but not when we have variables
This does not work:
|$pattern(.*\}\%.*Webhome\s*\|([^\|\%]*).*)
Output is (without the value):
https://apps.pnet.ch/
the other things we can read out correctly for exampel we set this on the generated page:
| Kunde | beispiel@post.ch |
and the result is correct like that:
$pattern(.*\}\%.*Kunde\s*\|([^\|\%]*).*) \
returns:
[email protected]so is there a way, to read the value of the variable? sorry for my englisch is not the best, i hope u understand what i wanted to ask
thx a lot for any help or clue
Greetz from Switzerland
Sven
Edit: 13.3.2012 - I guess there is no answer for that problem, so then we gone do it without variable
*