Description:
Generate a unique string.
Syntax:
uuid()
Note:
The function generates a unique string during each execution.
Return value:
String
Example:
|
A |
|
1 |
=uuid() |
Generate a unique string. |
|
A |
B |
|
1 |
|
=[] |
|
2 |
for 10 |
|
|
3 |
|
=uuid() |
|
4 |
|
=B1=B1|B3 |
Generate 10 unique strings and write them to B1’s sequence by loop. Below is B1’s result:
|