
Please continue

--
Esgici
Moderator: Rathinagiri
Thanks, nice;Dilip Patel wrote: Test program can now print memory variables.
Attached find new modified test program.
WellDilip Patel wrote: This routine was use by me for testing pupose as well.
Dear DilipDilip Patel wrote: HMG was creating its own system variables in memory. Thanks to HMG creating the variables in memory starting with "_" . Therefore everytime the program read the HMG variable, it found and error thereby creating many error files (recursing). I changed the program to bypass the many variable with starting "_". This is not a very good solution. I will keep on trying to find a better solution. If any one on the forum can help, I will be very gratefull. Also I am a novice using HMG, I would appreciate if the screen dump section could be modified. As a suggestion, we could either create a bmp or another format file and reference the file in the error log for later viewing.
Code: Select all
SAVE ALL EXCEPT _* TO Errormem
Please look at hereDilip Patel wrote:...Who can we inform of this problem?...