Difference between revisions of "Guid new"

From Catglobe Wiki
Jump to: navigation, search
 
Line 1: Line 1:
[[Category:Resource_Functions]]
+
{{HelpFiles}}  
{{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 11: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