Visible
(boolean) Whether to make the checkbox object visible or invisible:
VALUE DESCRIPTION |
|
true |
Visible. (Default) |
false |
Invisible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
C r yp t o
Crypto.Base64DecodeFromFile
OverviewExamples
Crypto.Base64DecodeFromFile ( string Source,
string Destination )
De s cr ip t ion
Decodes a base64-encoded text file and stores the result as a binary file.
Note: Base64 encoding is the process of encoding arbitrary data as plain ASCII text. One common use for this type of encoding is sending files through email. It is one of the techniques employed by the MIME standard to send data other than plain ASCII text.
P arame t er s
Source
(string) The full path to the base64-encoded text file that you want to decode.