Re: Kanarie TS (Was: Re: Euphoria as Apache Module)
- Posted by cklester <cklester at yahoo.com> Aug 09, 2005
- 524 views
Tommy Carlier wrote: > cklester wrote: > > Tommy Carlier wrote: > > > There are list tags (for repeating a block multiple times), conditional > > > tags, include-tags (for including entire files), etc. > > The conditional tags are what made me investigate further... Now here's a > > question for you: can you make it so I can specify something like this: > > {dbname<>"":}Current DB:{dbname}{:dbname} -- if dbname is not blank, use it > > {dbname=}No DB Open{:dbname} > As you probably noticed, the conditional tag is like a switch-statement: > you can only check for fixed values, you can't check if a value is set. > But, if you need such functionality, I can implement it. I do need it. Pleeeease? :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/