Post Reply 
Rpl emulator new update
05-22-2017, 09:47 PM
Post: #7
RE: Rpl emulator new update
(05-22-2017 09:37 PM)mfleming Wrote:  Very neat! I haven't had a chance to fully explore yet, but did want to let you know that I have it working on both the Windows 10 emulator and on my physical Prime (latest SW version). I did encounter one error when running Check on line 2499. I ended up commenting out the line, and things seemed OK. Here's the context of the error (see commented out line, fourth from bottom):

Code:


 IF ((CXSTATE=="then")AND(MOTHER=="if") )
  THEN  
   CASE
    IF T(2)=="end" 
     THEN  
debug; //if compile
      CLOSEAS(DOINNERCOL,1); // real secondary, semi rqd
      //cmd(T(2));
      CLOSEAS(DOIF,0);  // semi required!!!!! 
     END;                   //// bug alert else does not require single object.
    IF T(2)=="else"     
     THEN  
debug;
      CLOSEAS(DOINNERCOL,1);
      //cmd("else");
      OPENCLAUSE(T(2));  // can remove later
     END;
//debug
    DEFAULT SERR(T);
   END;
  END;

Hope this helps!
~Mark


Unfortunately i uploaded the wrong file that still had the error you found. Tye the latest file Rpl22may17.txt which should have the fixes.

There is another bug in PPL on the android version. The functions UPPER and LOWER for strings lose the first character. If the real prime or windows version dont have this error then my fix will fail. Let me know how the functions work on the real prime and i will make a better workaround.

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Rpl emulator new update - ji3m - 05-22-2017, 08:01 PM
RE: Rpl emulator new update - akmon - 05-22-2017, 09:03 PM
RE: Rpl emulator new update - ji3m - 05-22-2017, 09:32 PM
RE: Rpl emulator new update - ji3m - 05-22-2017, 09:13 PM
RE: Rpl emulator new update - akmon - 05-22-2017, 09:24 PM
RE: Rpl emulator new update - mfleming - 05-22-2017, 09:37 PM
RE: Rpl emulator new update - ji3m - 05-22-2017 09:47 PM
RE: Rpl emulator new update - mfleming - 05-23-2017, 07:13 PM
RE: Rpl emulator new update - ji3m - 05-24-2017, 07:12 PM
RE: Rpl emulator new update - toml_12953 - 05-23-2017, 07:31 PM
RE: Rpl emulator new update - primer - 05-24-2017, 04:05 PM
RE: Rpl emulator new update - toml_12953 - 05-24-2017, 05:35 PM
RE: Rpl emulator new update - mfleming - 05-24-2017, 11:54 PM
RE: Rpl emulator new update - ji3m - 05-25-2017, 04:40 AM
RE: Rpl emulator new update - toml_12953 - 05-25-2017, 10:23 AM
RE: Rpl emulator new update - ji3m - 05-25-2017, 12:01 PM
RE: Rpl emulator new update - toml_12953 - 11-10-2017, 10:39 AM
RE: Rpl emulator new update - Tim Wessman - 11-10-2017, 04:35 PM
RE: Rpl emulator new update - toml_12953 - 11-17-2017, 10:11 AM
RE: Rpl emulator new update - toml_12953 - 11-17-2017, 12:39 PM



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