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.

Guid new: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
{{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);  


'''Availability'''
//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