I'm running into a situation where I'm using reserved words withing quoted 
strings for output messages in PL/SQL, and the reserved words are messing 
up the syntax highlighting.

For example:

dbms_output.put_line('update_stf03_academicyear: commit not executed');

has this affect on the rest of the code block:

    if j = 0 then
      if G_COMMIT then commit; end if;
      dbms_output.put_line('updatestf03: ' || i || ' records ' ||
        'updated with academicyear');
    else
      dbms_output.put_line('updatestf03: WARNING: an ' ||
        'unanticipated result has occurred.');
      dbms_output.put_line('updatestf03: commit not executed');
    end if;

  else 
    dbms_output.put_line('updatestf03: nothing to update');
  end if;


Does anyone know of a work around for this?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea854488-a4ff-4c0d-b174-8c9ccdb2128d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to