Regarding MMF 2. Can you have more than one global array object in an application? How about two applications running, each having a global array object? I know that you could not in MMF 1.5.
Steve
Printable View
Regarding MMF 2. Can you have more than one global array object in an application? How about two applications running, each having a global array object? I know that you could not in MMF 1.5.
Steve
Yes, in MMF2 you can have more than one global array object in an application. Just give them different names.
What do you mean by "two apps running each having a global array object"? If you want to share a global array object between 2 applications, that's not possible, you have to use other objects for that (like the Shared Data object).
Yves.
Thanks for the info.
Steve