More actions
jrfconvert import |
Cg huyphong (talk | contribs) No edit summary |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{HelpFiles}} | |||
| |||
====Guid_new==== | ==== Guid_new ==== | ||
Generate new Guid | Generate new Guid | ||
'''Syntax''' | '''Syntax''' | ||
Guid_new() | Guid_new() | ||
'''Arguments''' | '''Arguments''' | ||
empty | empty | ||
'''Return value''' | '''Return value''' | ||
string | string | ||
'''Example''' | '''Example''' | ||
string s = Guid_new(); | string s = Guid_new(); | ||
print(s); | print(s); | ||
//d0ed48c0-7b6d-433e-bf61-98b63e0e1345 | |||
Version 5.7 | <br> '''Availability''' | ||
__NOTOC__ | |||
<!-- imported from file: 7532.htm--> | 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