1. eu4..0.0 long sequence flashs on display without stopping.
- Posted by zebra Mar 30, 2011
- 1230 views
I am using winxp home edition. Below is a test program that demonstrates the problem. The program must be run with associated EUI.EXE by clicking on the File Name. Do a trace command ? myseq The sequence will just flash on the screen with out pausing.
-- SAVE THIS PROGRAM AND NAME IT ' TEST.EX ' -- RUN THE PROGRAM BY ' CLICKING ON FILE ' with trace trace(1) constant junk = { { "Canada", 27.4 }, { "United States", 255.6 }, { "Brazil", 150.8 }, { "Denmark", 5.2 }, { "Sweden", 8.7 }, { "France", 56.9 }, { "Germany", 80.6 }, { "Netherlands", 15.2 }, { "Italy", 58 }, { "New Zealand", 3.4 }, { "Canada", 27.4 }, { "United States", 255.6 }, { "Brazil", 150.8 }, { "Denmark", 5.2 }, { "Sweden", 8.7 }, { "France", 56.9 }, { "Germany", 80.6 }, { "Netherlands", 15.2 }, { "Italy", 58 }, { "New Zealand", 3.4 } } sequence myseq = junk -- AT THIS POINT TRY TO DISPLAY 'myseq' WITH THE TRACE ? COMMAND -- AND IT WILL JUST FLASH ON THE TRACE SCREEN !! -- pause to keep trace window open. if getc(0) then end if
2. Re: eu4..0.0 long sequence flashs on display without stopping.
- Posted by mattlewis (admin) Mar 30, 2011
- 1163 views
zebra said...
I am using winxp home edition.
Below is a test program that demonstrates the problem. The program must be run with associated EUI.EXE by clicking on the File Name. Do a trace command ? myseq The sequence will just flash on the screen with out pausing.
This has been fixed in 4.0.1, which has just been released.
Matt
3. Re: eu4..0.0 long sequence flashs on display without stopping.
- Posted by zebra Mar 30, 2011
- 1130 views
Thanks MATT !