613-518-1166 info@zimdatabases.com

Developing ZIM Applications

How To Use Functional Expressions

< All Topics

A functional expression is a value expression that consists of a function keyword and its associated arguments.

Examples of Functional Expressions

$absolute(6-11)

Result is 5.

$length(“Smith”)

Result is 5.

$cos(0)

Result is 1.

$log10(2*50)

Result is 2.

$year(19990923)

Result is 1999.

$maxof($absolute(-10),4+5)

Result is 10.

 

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Table of Contents