/* Menu events - ~Error Log */
Arg window self

errorlog=mamerundir||'error.log'

rc=stream(errorlog,'C','QUERY EXISTS')

if errorlog > 0 then
  call e errorlog
else
  
