Moves a file into a BLOB variable.
Syntax:
File2Blb (Alpha filename)
Parameter:
filename: A file name. The name of the file to be converted into a BLOB.
Returns:
BLOB – the file packed as a BLOB.
Examples:
File2Blb('C:\myfile.txt') returns a BLOB with the content of the C:\myfile.txt file.
See also:
Blb2File, How Do I Load Unicode, ANSI, or UTF-8 File Content Into Memory?