More actions
jrfconvert import |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:User_Functions]] | ||
| | ||
Revision as of 10:38, 23 March 2011
User_removeUserHourlyCost
Remove user's hourly cost
Syntax
User_removeUserHourlyCost(userResourceId,index)
Arguments
- userResourceId: is a number expression. It is the user's resource id
- index: is number. It is the index of hourly cost which is removed
Return value
empty
Example
number userResourceId = 34780089;
number index = 1;
User_removeUserHourlyCost(userResourceId,index);
print(User_getUserHourlyCost(userResourceId));
Availability
Version 5.7