More actions
No edit summary |
Nguyenduyan (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Qualification_Functions]] | |||
{{HelpFiles}} | {{HelpFiles}} | ||
Line 11: | Line 12: | ||
'''Return type''' | '''Return type''' | ||
An | An Dictionary, it is information about level of users | ||
=== Examples === | === Examples === |
Latest revision as of 02:45, 16 January 2018
Qualification_getLevelForUsers
Get information about level of users
Syntax
Dictionary b = Qualification_getLevelForUsers(array list_rids, number qualification_id, number min_level, number max_level);
Return type
An Dictionary, it is information about level of users
Examples
array a = Qualification_getByName("B2B");
print(a);
Dictionary b = Qualification_getLevelForUsers({12649177},a[1],0,1000);
print(b);
//Result:
{37,4,B2B,1,4,True}
{"12649177": 4}