HTML Apps -> StoreGlobalKey
This function is used to store a key and its value on the client's PC.
StoreGlobalKey(key, value)
| Parameter |
Description |
Range |
Type |
| key |
The name of the key to store. |
not null or empty string |
string |
| value |
The name of the key to store. |
not null or empty string |
string |
| | |