Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetParameter: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Tungocman (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:General_Functions]]
[[Category:General_Functions]]

{{HelpFiles}}


====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'''
<br /><b>This function just works in questionnaire viewer mode.</b>


getParameter(parameter)
====Syntax====


'''Arguments'''
getParameter(parameter)


parameter: Is an expression with the type of string
====Arguments====


'''Return type'''
parameter: Is an expression with the type of string


string
====Return type====


'''Availability'''
string


Version 4.8
====Availability====
__NOTOC__
 
<!-- imported from file: 413.htm-->
Version 4.8 __NOTOC__

Latest revision as of 03:20, 10 March 2015



getParameter

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


This function just works in questionnaire viewer mode.

Syntax

getParameter(parameter)

Arguments

parameter: Is an expression with the type of string

Return type

string

Availability

Version 4.8