Difference between revisions of "Quota save"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Questionnaire_Functions]] |
| | ||
Revision as of 08:57, 22 March 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