Equivalent of int( )

Is there an equivalent in Javascript for the int () function in FMP? Looked through the Math.stuff …

Thanks!

floor(x)

http://devedge.netscape.com/library/man … ml#1196455

Math.floor(3.92)
returns: 3

Is there an equivalent in Javascript for the int () function in FMP? Looked through the Math.stuff ... 

Anne,

This information, along with the Servoy (or JavaScript) equivalent to every FileMaker calculation function (pre FM7), is also available in the Servoy Advanced Programming Guide for FileMaker Developers

This book is available for purchase from the Servoy Store or you can download a pdf file of the book from Servoy on the Developers/Documentation page.


Marc Norman
Servoy

Thank you Jan and Marc. I eventually did think to look in the Adv. Prg. Guide (an amazing rsource). Appreciate the ready support!