Quota save: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import  |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Questionnaire_Functions]] | ||
 |  | ||
Revision as of 07: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