p-out <string> [ length <length> ] [ new-line ]Copied!
set-string mydata="Hello world" p-out mydataCopied!
p-out "This is a non-encoded output<br/>" new-line p-out "<hr/>"Copied!
// // Construct the run-time text of dynamic SQL // write-string qry_txt @select * from <<p-out table_name>> end-write-stringCopied!