Subject Re: How to use a variable to forme a query?
Author peixinhosdalua
Very interesting!

Is it possible to make a output of the variable this_query to view if all newly formed variable is correct? Something like a send_to_log()

send_to_log(this_query);
for execute statement :this_query into :a, :b, :c, ..., :z do
suspend;
end

thank you