On Tue, Dec 12, 2006 at 10:13:45PM +0100, Christoph Zwerschke wrote:
> [EMAIL PROTECTED] wrote:
> > How print literal $ before ${some_variable} without a space in between?
> >
> > $${some_variable} is wrong because $$ is the escape character
> >
> > $$${some_variable} doesn't do it either
>
> The latter should work in Kid 0.9.4.
>
> -- Christoph

So if some_variable = 99.55 then $$${some_variable} will give $99.55
in Kid 0.9.4?

In 0.9.3 I can make do with ${"$%s", some_variable} right?

cs

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to