Write a comment
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
Writing comments is only allowed to registered users, registration is free and does not require an email address and can be done quickly here.
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
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