itp_setting

This function allows the ITP Model to retrieve settings from the current ITP configuration file.

itp_setting ( setting_to_be_retrieved )

The result of this function is of type TEXT and contains the value of the setting from the ITP configuration file or an empty string if the setting was not present.

This function requires one parameter:

  1. setting_to_be_retrieved, type TEXT. The setting to be retrieved.

You are free to add private settings to the configuration file, as long as they do not start with ITP.

Example

TEXT temp_dir := itp_setting("ITPTMPDIR")
#
@(temp_dir)
#