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

import from memory problem

Former Member
0 Likes
580

Dear experts:

When I am using 'import mi[] from memory ID Z_memory.', I don't know how many times can I import from the same memory ID. For example, I want to export once and need to import many times.

My code is like this:

export mi[] to memory ID Z_memory.

import mi[] from memory ID Z_memory.

import mi[] from memory ID Z_memory.

Could the second import successful?

Thanks in advance.

regards,

tyrolu

3 REPLIES 3
Read only

Former Member
0 Likes
502

yep. it will work.

try coding and finding yourself

Read only

Former Member
0 Likes
502

hi tyrolu,

you can import from the memory for more time also....

why do you want to import same content many times in one program ? instead you can import it at once and you can use it many times right......

sastry

Read only

Former Member
0 Likes
502

Thanks for all your reply.

I'm writing my code in enhancement, and I need to exprt an internal table to memory for later use.

Now the import statement is unstable. Sometimes it can import more the 1 time, and sometimes it can.

Depending on the cituation I guess maybe I leave the program, the import can not work for more than 1 time, am I right?