Skip to main content
Skip table of contents

f$GetPGParaTyp


f$GetPGParaTyp

Calculate the data type of a parameter in a parameter group. A requirement for using this function is that you first call the function: f$GetPGParameter

Syntax:

Type = f$GetPGParaTyp()

 

Argument

Type

Meaning

Result:

Integer

Type of the current parameter or 0 if f$GetPGParameter has not successfully been called previously.
1 – string
2 - integer
3 – decimal

Example:

Name = f$GetPGParameter('Address') → Name = 'AddressID'
Type = f$GetPGParaTyp() → Type=1

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.