Functionbz_loadsettings

Defined in: pbwbullzip

public subroutine bz_loadsettings (long arg_isrunonce)

Comment:
 Load printer settings. If you want to change settings only
for one operation use arg_isRunOnce= 1 ( will work on the runonce.ini file) else if
	you want to change the defalult printer settings you have to use arg_isRunOnce= 0 ( will work on the settings.ini file)


Script:
public subroutine bz_loadsettings (long arg_isrunonce);/**/
///
///You have to call this function first


i_PBbullzip.LoadSettings(arg_isRunOnce)

end subroutine