Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Diff b/n READ_TEXT & SO10.

Former Member
0 Likes
255

Hi Friends,

I know that SO10 is used to create STANDARD TEXT.

Then what is the use of READ_TEXT function module.

wat is the exact use of it in real-time.

pl explain with an sample code.

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
227

The READ_TEXT function module allows you to programatically read any text into the program. You can then manipulate this text as needed.

This is really the only way for you to get the text programattically since the actual text is encrypted when stored in the database.

Regards,

Rich Heilman