Linebreaks in AutoReplace file

zakko

Member³
Is there a way to assign a few lines formatted code to one shortcut in the AutoReplace file? Let's say if you want to achieve the general exception code with a shortcut, like

SQL:
exception
  when others then
    epic.exceptionHandler;
end
 
Last edited:
Consider the

SQL:
beg = Error handling\Exception block.tpl

syntax of AutoReplace.txt
It is described in documentation Manual.pdf, available through the "Help" button in Preferences dialog.
 
Back
Top