This question about Topic Markup Language and applications: Answered
How do I access a VARIABLE defined in another topic
I have a variable in one topic and would like to access it from another Topic. I have a solution but wondered if I am missing something?
Fetching a Variable from another Topic in another web
Fetching a Variable from another Topic in another Web:
%TESTVARHELLO%
in Topic
NeilGoodSandbox in
Sandbox web is set to:
%SEARCH{
search="TESTVARHELLO"
topic="NeilGoodSandbox"
web="Sandbox"
scope="text"
nototal="on"
nosearch="on"
type="regex"
format="$pattern(.*?TESTVARHELLO \=[\n\r]*([^\n\r]+).*)"
}%
--
NeilGood - 11 Mar 2009
yup. I have a feature request in that should be implemented in foswiki 1.1 that will simplify this.
it should result in something like (macro name and form may change)
%FORMAT{"Sandbox.NeilGoodSandbox\TESTVARHELLO"}%