Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Calling a global from a global???

Quote Reply
Calling a global from a global???
Hi there Wink

I have searched on google and through the forums for this one.
Is it possible to call one global from another eg.

Code:

global1 sub { return "hehe"; }

global2 sub {return global1;}

When I try this, the template I use <%global2%> in, complains that global1 doesn't exist...Frown

Thanks.


Sacrifice is not about what you lose,
it is about what you gain in the process.
Subject Author Views Date
Thread Calling a global from a global??? EZFrag 3424 May 19, 2008, 2:37 AM
Thread Re: [EZFrag] Calling a global from a global???
Andy 3315 May 19, 2008, 3:30 AM
Thread Re: [Andy] Calling a global from a global???
EZFrag 3321 May 19, 2008, 3:46 AM
Post Re: [EZFrag] Calling a global from a global???
Wychwood 3273 May 21, 2008, 1:41 AM