Hello:
I want to make a template of the following type for scripts
BEGIN
NULL;
END;
/
BEGIN
NULL;
END;
/
but, when I use the template, put the following in the editor.
BEGIN
NULL;
END;
BEGIN
NULL;
END;
Is there any way to enter the character /?
Thanks,