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.

Questionnaire quotaExists: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Questionnaire_Functions]]





Revision as of 07:52, 22 March 2011



Questionnaire_quotaExists

Check if a quota exists by its name

Syntax

Questionnaire_quotaExists(quotaName)

or

Questionnaire_quotaExists(quotaName, questionnaireResourceId)

Arguments

  • quotaName: is a string expression. It is name of the quota
  • questionnaireResourceId: is a number expression. It is the questionnaire's resource id, if not specified, the current answer sheet's questionnaire or the current questionnaire context (when executed in questionnaire script prompt) will be used

Return value

bool

Example

bool b = Questionnaire_quotaExists("1 - target DK", 15186613);

Availability

Version 5.6