FEEDBACK
...go ahead and read the manual, we won't tell anyone.

Help Topics Matching "(tags:global) AND (tags:function)"

date

The date function returns a string representing the current date. There are three forms of the date function. They are the short date, which yields something like "2/15/2009". the long date, which yields something like "Tuesday, October 7th, 1989". And the abbrev date which yields something like "Tue, Oct 17, 1989". Without an adjective, the date function returns the short date.

annuity

The annuity function is used to compute the present or future value of an ordinary annuity. Rate is the interest rate per period, and periods is the number of periods over which the value is calculated. The formula for annuity is: annuity (rate, periods) = (1 - (1+rate) periods) / rate The annuity function is more accurate than computing the formula above using basic arithmetic operations and exponentiation, especially when rate is small.

ln

The ln function returns the base-e (natural) logarithm of the number passed to it.

ln1

The ln1 function returns the base-e (natural) logarithm of the sum of 1 plus the number passed to it. That is, it computes ln(1+number). If number is small, the result is more accurate than using standard arithmetic operations.

log2

The log2 function returns the base-2 logarithm of the number passed to it.

max

The max function returns the highest-value number from a list of numbers passed to it. If the source of the list is a container with more than one line in it, only the first line is used.

trunc

The trunc function returns the integer part of the number passed to it. Any fractional part is desregarded, regardless of sign.

selectedLine

NOTE: This function has not been implemented yet, but will be soon. The selectedLine function returns a chunk expression describing the line within a tile or background field containing the selected text or insertion point. The selectedLine returns in the form line number of tile field number or line number of background field number.

Latest Blog PostsView All >

Video Demos Of Some Great New Features!

posted on November 09, 2009 by Jake Marsh

With all the hustle and bustle of developing and releasing these latest awesome features, it totally...

TileStack.com Release Delicass v0.8 Has Landed!

posted on November 04, 2009 by Ted

After two months of good development, I'm pleased to announce TileStack version 0.8 "Delicass"...

Made by the genuine people personalities of    Copyright © 2008-2009 - All Rights Reserved