Difference between revisions of "Guid new"
Cg huyphong (talk | contribs) |
|||
Line 1: | Line 1: | ||
− | + | {{HelpFiles}} | |
− | {{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 10: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