Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
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
Cg_pham (talk | contribs)
No edit summary
No edit summary
Β 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
[[Category:Resource_Functions]]
ο»Ώ{{HelpFiles}}
ο»Ώ
Β 
==== Guid_newΒ  ====
Β 
Generate new Guid


====Guid_new====
'''Syntax'''


Generate new Guid
Guid_new()


'''Syntax'''
'''Arguments''' Β 


Guid_new()
empty


'''Arguments'''
'''Return value''' Β 


empty
string


'''Return value'''
'''Example''' Β 


string
string s = Guid_new();


'''Example'''
print(s);


string s = Guid_new();
//d0ed48c0-7b6d-433e-bf61-98b63e0e1345


print(s);
<br> '''Availability'''


'''Availability'''
Version 5.7 __NOTOC__ <!-- imported from file: 7532.htm-->


Version 5.7
[[Category:Resource_Functions]]
__NOTOC__
<!-- imported from file: 7532.htm-->

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