Difference between revisions of "Team save"
Nguyenduyan (talk | contribs) (Created page with "Category:Team_Functions {{HelpFiles}} = Team_save = Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource) == Syntax == Team_sav...") |
Nguyenduyan (talk | contribs) (Tag: visualeditor) |
||
Line 4: | Line 4: | ||
= Team_save = | = Team_save = | ||
− | Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource) | + | Save the new Team have just created by [[Team_new]] (On GUI, Team is under Team tab of resource) |
== Syntax == | == Syntax == | ||
Line 12: | Line 12: | ||
== Arguments == | == Arguments == | ||
− | ''team'': is a Team object created by Team_new | + | ''team'': is a Team object created by [[Team_new]] |
== Return type == | == Return type == |
Latest revision as of 03:35, 22 June 2017
Team_save
Save the new Team have just created by Team_new (On GUI, Team is under Team tab of resource)
Syntax
Team_save( team);
Arguments
team: is a Team object created by Team_new
Return type
empty
Example
number resourceId = 15562383;
number teamTypeId = 1;
number groupResourceId = 15567436;
array team = Team_new(resourceId, teamTypeId, groupResourceId);//{33,1,My Team,15567436,15562383,{}}
Team_save(team);