Edit Content
Click on the Edit Content button to edit/add the content.

The Value Function

This function is usually used inside Scripts, when you want to use a script as a function inside another command. The function returns exactly what it is passed, as in:

«Script(DemoValue)»«Value('This is what will be returned by the function')»«ScriptEnd()»

The use of this script “as a function” would be something like

«If(A = DemoValue())»Data Element A has the value “This is what will be returned by the function”.«End()»

The contents of the Script in this case must be a fillpoint, and this fillpoint is invalid:

«'This is what will be returned by the function'»

Hence the use of Value.

Table of Contents