I've seen some code somewhere that allows you to start putting lines into a variable until you close it, or at least that is how I understood it at the time.
I'm pretty sure that at the end you had to put END; and you had to be specific about the spaces and so on or it wouldnt work.
What I'm picturing went something like ...
Code: Select all
...
...
This is text
And so is this
END;Can anyone figure out what I'm looking for here ... I've just confused myself.