I need for function to generate a UNIQUE string, like:
DIM uniStr as string = generateUniStr()
is there any function already do this ?
I need for function to generate a UNIQUE string, like:
DIM uniStr as string = generateUniStr()
is there any function already do this ?
You can gen up a GUID and stringify it.
You might want to give more details on what you're really looking for, because it's likely there's a better solution.