| Function | bz_removesettings | ![]() |
Remove actual printer settings. If you want to change settings onlyfor 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)
public subroutine bz_removesettings (long arg_isrunonce);/**/ /// ///You have to call this function first i_PBbullzip.removesettings(arg_isRunOnce) end subroutine