Kommentare zum Artikel
c.ajith@outlook.com - 23.05.2021 - 13:15
Nice explanation
Hi,
Its a good feature and I use it quite often.
The OUT parameter also has a method called GET. Do you know the use of this method?
Thank you very much in advance.
Ajith
GET Method
Hi Ajith,
the GET method give you the actual output content back. If you call it, after 3 calls of WRITE, you will get a String with these three writes, seperated by /n for line break. Every time you call GET the output buffer resets.
Greetings
Software-Heroes