Table of Contents

Functions

All these functions will manipulate character strings to fit your needs. Functions can use into conditional node and populate variable node and keep the result in a variable.

There are 3 groups of functions :

  1. Mathematics functions

Mathematics Functions

  Usage description : $function(input-1 = "string", input-2 = integer[, optional input-3 = "string"/integer])

$round and $roundd vs $roundu

Usages:
$round(number to round = number/%f_variable%[, number of output decimals = integer/%i_variable%])
$roundd(number to round = number/%f_variable%)
$roundu(number to round = number/%f_variable%)


$inttotc vs $tctosec

Usages:
$inttotc(input integer = integer/%variable%, frames per second, float = float/%i_variable%)
$tctosec(input time code, string = “string/%variable%”, frames per second, float = float/%i_variable%)


$abs, $log and random

Usages:
$abs(input number= number/%variable%)
$log(input number= number/%variable%)
$random(input integer = integer/%variable%, input integer = integer/%variable%)


$count

Usage :
$count(input string =“string/%variable%”, input string =“SEARCH/%variable%”)

$count('jack, joe, jill, jane, james, jules', 'ja') 3


                                                                                                          Back to top