I am printing out several lines of text depending on values in a database. e.g.
if x=1 then text:="The current value of x is 1"
if y=1 then text:=text + "The current value of y is 1"
How do I specify a new line in the formula editor. Is there a new line character (like /n in Visual C)?
if x=1 then text:="The current value of x is 1"
if y=1 then text:=text + "The current value of y is 1"
How do I specify a new line in the formula editor. Is there a new line character (like /n in Visual C)?