The Decode attribute function decrypts the content of the passed Code and writes the result into the content of the variable.
|
Syntax | |||||
|
Decode(Password, Code, [LanguageID]) | |||||
|
Return value | |||||
|
None |
| ||||
|
Parameter | |||||
|
Use |
Name |
Type |
Passing |
Description | |
|
Required |
Password |
String |
ByVal |
Password for encryption | |
|
Required |
Code |
Variant |
ByVal |
Encoded string | |
|
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value | |
|
Note | |||||
|
If LanguageID is not specified, the dialog language applies. | |||||