meta data for this page
  •  

ibec_SaveToFile

Saves value of variable into file.

Description

No additional description…

Syntax

  function ibec_SaveToFile(FileName : string; Value : variant; Mode : integer): variant;
  

This function now supports files larger than 2 GB and Unicode (UTF8) file names. You can still use ANSI names; necessary checks and conversion are performed automatically.

Examples