Advanced functions

SCRIPT

This function is used to run a Javascript script.

Syntax

@SCRIPT( script )

The function contains the following arguments:

Parameter Description Mandatory
script The script to run. Yes

Examples

@SCRIPT( "alert('Hello world !');" )