longs

"Scott Hassan" <[email protected]> Wed, 20 Jan 2010 23:37:51 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
Do clearsilver's templates understand 64-bit numbers?

I want to do the following:

<?cs set:duration=17179869184 ?>
<?cs var:duration/1048576?>

This outputs 2048 instead of 16384.

Scott