Difference between revisions of "Quota save"
(jrfconvert import) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
− | + | {{HelpFiles}} | |
====Quota_save==== | ====Quota_save==== |
Latest revision as of 08:08, 13 December 2011
Quota_save
To save a quota object.
Syntax
empty Quota_save(array quota)
Arguments
quota : the quota object.
Return type
None
Example
array a = Quota_new("male",5,"Qsingle == 1");
Quota_save(a);
Availability
Version 5.8