Blb2File (Magic xpi 3.x)
Saves a BLOB object to a file.
Syntax:
|
Blb2File (BLOB blob, Alpha file name)
|
Parameter:
|
blob: Variable. The source information in a BLOB variable.
|
|
file name: Alpha file name. The file that will contain the BLOB information.
|
Returns:
|
Logical: True if successful.
|
Example:
|
Blb2File(F.var1, 'C:\bfile.blb') saves the content of a BLOB variable, F.var1, to a file named bfile.blb on the C drive and returns True if successful.
|
See also:
|
File2Blb
|