Print

GetSystemParameterValue

This function will retrieve specified AMODIT system parameter value.

Syntax

GetSystemParameterValue("parameterName");

Function arguments

  • parameterName – (String) The name of the parameter for which the value is to be retrieved

Return value

This function returns String.
Returns specified parameter value or empty string if there was an error.

Examples

Example 1:
This will get AMODIT system parameter named 'Parameter1′ value and store it in 'param’ variable.

param = GetSystemParameterValue("Parameter1");
Czy artykuł był pomocny?
0 na 5 gwiazdek
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
How Can We Improve This Article?