Guid new: Difference between revisions
From Catglobe Wiki
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