Difference between revisions of "User insertPoints"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:User_Functions]]
 

 

  

Revision as of 12:36, 23 March 2011



User_insertPoints

Add points to a user

Syntax

User_insertPoints(points, description, userResourceId)

Arguments

  • points: is a number expression. It is the number of points to add
  • description: is a string expression. It is the description of the transaction
  • userResourceId: is a number expression. It is the resource id of a user

Return value

empty

Example

User_insertPoints(120, "some description", 46898);

Availability

Version 5.6