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.

SetQuotaTarget: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Questionnaire_Functions]]

{{HelpFiles}}


====setQuotaTarget====
====setQuotaTarget====

Latest revision as of 07:19, 13 December 2011



setQuotaTarget

Sets the target to a non-decimal new value for a quota.

Syntax

setQuotaTarget(quota, new_target)

Arguments

quota: Is a string expression.

new_target: Is an expression of number type, new_target must not be a decimal value.

Return type

empty

Examples

//set the target of quota male to 50

setQuotaTarget("male", 50);

Availability

Version 4.8