Re: Question
[email protected] ((Jochen Stenzel)) Thu, 24 Jan 2002 14:48:15 +0100 (MET)
| Newsgroups | perl.perlpoint |
|---|---|
| Message-ID | <[email protected]> |
Hello, Robert,
thank you for your mails. I can only answer in short at the moment, but
I'll try to answer more detailled later this evening.
> Is there a way to get the values of NEXT_TEXT and
> so forth from within a slide?
You can refer to a variable anywhere in a template by using the syntax
VAR(variableName)
Doing so in a navigation template will result in substitutions varying
from slide to slide (if necessary), depending on the variables current
value. This way the navigation bar can simply be adapted by settings
like
$variableName=HTML
Jochen