Map to string table

Hello.
I need get map contents to string table (with data, all what can I see on revoked map).
Is there any tip/trick to do this in Natural?

Greets

I’m not sure I understand your question, but I’ll take a chance anyway. Are you looking for the SET CONTROL ‘C’ statement that copies the screen to the editor buffer? (you can use API from library SYSEXP to extract the data from the editor). There are many variations (possibilities) with SET CONTROL ‘C’ that capture different things from the screen, and optionally put the data in various places (like the stack or *COM variable). Go look at the documentation for all the details.