HTML Apps -> RetrieveGlobalKey
This function is used to retrieve the value of a global stored key on the client's PC.
| Parameter |
Description |
Range |
Type |
| key |
The name of the key to retrieve. |
not null or empty string |
string |
| Description |
Type |
| The value of the requested key. |
string |
| | |