Difference between revisions of "GetParameter"

From Catglobe Wiki
Jump to: navigation, search
Line 2: Line 2:
 

 

  
====getParameter====
+
= getParameter =
  
Returns the value of a specific parameter in the URL link to the current resource project questionnaire.
+
Returns the value of a specific parameter in the URL link to the current resource project questionnaire.  
  
'''Syntax'''
+
====Syntax====
  
getParameter(parameter)
+
getParameter(parameter)  
  
'''Arguments'''
+
====Arguments====
  
parameter: Is an expression with the type of string
+
parameter: Is an expression with the type of string  
  
'''Return type'''
+
====Return type====
  
string
+
string  
  
'''Availability'''
+
====Availability====
  
Version 4.8
+
Version 4.8 __NOTOC__
__NOTOC__
 
<!-- imported from file: 413.htm-->
 

Revision as of 06:06, 30 September 2011



getParameter

Returns the value of a specific parameter in the URL link to the current resource project questionnaire.

Syntax

getParameter(parameter)

Arguments

parameter: Is an expression with the type of string

Return type

string

Availability

Version 4.8