Author Topic: Opening a .8xp works... mostly. Help?  (Read 2041 times)

0 Members and 1 Guest are viewing this topic.

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Opening a .8xp works... mostly. Help?
« on: July 17, 2011, 05:55:44 pm »
Well, I can open programs for the most part, but something's a little off. Here's what the program should be on-calc:
Code: [Select]
:"MIRAGEOS
Disp ""
For(A,1,3
Disp "  HELLO WORLD":End
Prompt 1,1,"----------------
And here's how it's opening in my program (TBEXE):
Code: [Select]
:"MIRAGEOS
Disp
DS<(""
ElseA,1,3
DS<("  HELLO WORLD":While
Prompt 1,1,"++++++++++++++++

Any ideas? I'm thinking I maybe forgot, it looks like, 3 commands in my tokens list? But that wouldn't explain the random DS<(...  ???
« Last Edit: July 17, 2011, 06:46:21 pm by BlakPilar »

Offline BlakPilar

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 734
  • Rating: +44/-1
    • View Profile
Re: Opening a .8xp works... mostly. Help?
« Reply #1 on: July 17, 2011, 06:26:23 pm »
Alright, I see that I actually have 3 extra commands. I'll find it and fix it out; nevermind.