Sep 22, 2017 #1 mstrcmtr Programmer Nov 14, 2007 103 PK DISPLAY MEMORY TO FILE MemIDPI NOCONSOLE or DISPLAY MEMORY LIKE SAM* etc. Is there anyway to List only those memory variables which are NOT starting from e.g. A5
DISPLAY MEMORY TO FILE MemIDPI NOCONSOLE or DISPLAY MEMORY LIKE SAM* etc. Is there anyway to List only those memory variables which are NOT starting from e.g. A5
Sep 22, 2017 #2 Olaf Doschke Programmer Oct 13, 2004 14,847 DE There is no EXCEPT clause. A workaround: LIST MEMORY TO FILE... read it and throw out lines beginning with the unwanted prefix. Bye, Olaf. Upvote 0 Downvote
There is no EXCEPT clause. A workaround: LIST MEMORY TO FILE... read it and throw out lines beginning with the unwanted prefix. Bye, Olaf.