Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetResourceUniqueIdFromGuid: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Resource_Functions]]





Latest revision as of 04:24, 23 March 2011



getResourceUniqueIdFromGuid

Gets the UniqueId of a resource specified by a GUID.

Syntax

getResourceUniqueIdFromGuid(guid)

Arguments

guid: Is a string expression. It is the GUI of a resource.

Return type

number

Examples

getResourceUniqueIdFromGuid("3B1D1EB0-5019-42B5-AFF7-00000644B12A");

//return 3347912

Availability

Version 4.8