Get multiple lines into a variable over multiple lines
Posted: Sat Mar 13, 2004 11:29 pm
Sorry about the subject line ... I dont really know how else to describe what I'm looking for.
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 ...
The idea I think was that the text would appear like that when displayed.
Can anyone figure out what I'm looking for here ... I've just confused myself.
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.