More actions
No edit summary |
Cg huyphong (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
==== Guid_new ==== | |||
Generate new Guid | |||
'''Syntax''' | |||
Guid_new() | |||
''' | '''Arguments''' | ||
empty | |||
''' | '''Return value''' | ||
string | |||
''' | '''Example''' | ||
string | string s = Guid_new(); | ||
print(s); | |||
//d0ed48c0-7b6d-433e-bf61-98b63e0e1345 | |||
<br> '''Availability''' | |||
Version 5.7 __NOTOC__ <!-- imported from file: 7532.htm--> | |||
[[Category:Resource_Functions]] | |||
Latest revision as of 09:42, 23 December 2011
Guid_new
Generate new Guid
Syntax
Guid_new()
Arguments
empty
Return value
string
Example
string s = Guid_new();
print(s);
//d0ed48c0-7b6d-433e-bf61-98b63e0e1345
Availability
Version 5.7