IMF - Toolbox

IMF_ini

      See Also


Syntax


IMF_ini
IMF_ini(wpath)
IMF_ini(wpath,max_bytes)
IMF_ini(wpath,max_bytes,owner)


Description


IMF_ini initializes the IMF - Toolbox. It is setting the defaults of the global variables. You can change the default settings by editing the file IMF_ini.

Change the values of the variables g_path, g_owner, g_max_bytes:


g_path: path for the 'WORK' - folder

g_owner: your name

g_max_bytes: if a Flatfile is bigger than this value it will be split by the IMF_read_flat routine. The default value is 3000000 (3Mb).


IMF_ini(wpath) Initializes the IMF - Toolbox using all default values exept the value for g_path.

IMF_ini(wpath,max_bytes) Initializes the IMF - Toolbox using all default values exept the values for g_path and g_max_bytes.

IMF_ini(wpath,max_bytes,owner) Initializes the IMF - Toolbox using all default values exept the values for g_path, g_max_bytes and g_owner.


See Also

Documentation

IMF_Tool

IMF_set_path



[ Previous | Reference Summary | Next ]