Search code examples
stringstring-literalsgenexus

Genexus - How to Write String Literals?


We have procedures that initialize our database triggers/functions, so they have the SQL commands inserted on varchar variables as strings in plain code, like the following example:

enter image description here

My questions is:

  • Is there any way in Genexus to write multiline strings? like c# literal strings using @, or with the recent java 13 text blocks using triple double quotes """ multilineText """

Solution

  • GeneXus currently has no support for multiline. You are doing it the correct way, based on the code you shared.