Advanced functions

SCRIPT

Description

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 !');" )