[EMAIL PROTECTED] wrote:
> So if some_variable = 99.55 then $$${some_variable} will give $99.55
> in Kid 0.9.4?

Right.

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

Yes, but it should be: ${"$%s" % some_variable}

Anyway, I would recommend switching to Kid 0.9.4. Quite a couple of 
things have been fixed and improved, and in many situations you get 
better error reporting.

-- Christoph

-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to