All Commands
All Program Flow
Commands
NEW_OBJECT
This will return TRUE if the Object is new.
It does this by checking the created time of the object against the current time.
If it was created less than the specified seconds ago then it deemed to be new.
To keep the defaults of the current object less than 8 seconds old, simply use {NEW_OBJECT}.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | Current Obj. | Integer | The ID of the object to check |
2 | sec | 8 | Integer | The age of the object in seconds |
Example
Is this page new? FALSE