Difference between revisions of "GetSystemUniqueId"
(jrfconvert import) |
Cg huyphong (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Resource_Functions]] |
− | + | {{HelpFiles}} | |
====getSystemUniqueId==== | ====getSystemUniqueId==== | ||
− | Get the unique id of the system resource | + | Get the unique resource id of the system resource |
'''Syntax''' | '''Syntax''' | ||
Line 17: | Line 17: | ||
number | number | ||
+ | |||
+ | '''Examples''' | ||
+ | |||
+ | ''print(getSystemUniqueId());'' | ||
+ | |||
+ | //return 104371 | ||
'''Availability''' | '''Availability''' |
Latest revision as of 10:39, 23 December 2011
getSystemUniqueId
Get the unique resource id of the system resource
Syntax
getSystemUniqueId()
Arguments
none
Return type
number
Examples
print(getSystemUniqueId());
//return 104371
Availability
Version 4.8