
I am developing SharePoint Customized Form.
I need to created some random GUID or random unique number during New Form Load and needs to be stored into variable.
Sure:
Set(someVar, GUID())
will give you a GUID in a variable.
I hope this is helpful for you.