Post Reply 
Expand native application
01-25-2018, 10:15 PM
Post: #7
RE: Expand native application
Hello,
you could try this very simple program:

Code:

EXPORT 
  BEGIN
    EDITMAT(M1)
    RETURN RREF(M1); //as suggested by JKH
  END

Please pay attention that EDITMAT will update M1; pay attention to the data eventually contained into M1.

It doesn't have all the bells and wistles of an APP but it should work,

bye

Giancarlo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Expand native application - math7 - 01-24-2018, 06:37 AM
RE: Expand native application - KeithB - 01-24-2018, 03:06 PM
RE: Expand native application - Joe Horn - 01-25-2018, 03:30 AM
RE: Expand native application - math7 - 01-25-2018, 04:09 AM
RE: Expand native application - math7 - 01-25-2018, 04:40 AM
RE: Expand native application - Giancarlo - 01-25-2018 10:15 PM
RE: Expand native application - math7 - 01-26-2018, 05:23 AM
RE: Expand native application - Rudi - 01-26-2018, 08:09 PM
RE: Expand native application - math7 - 01-26-2018, 09:35 PM
RE: Expand native application - Ernesto_R - 01-27-2018, 08:02 PM



User(s) browsing this thread: 1 Guest(s)