Omnimaga

General Discussion => Technology and Development => Computer Programming => Topic started by: BlakPilar on July 17, 2011, 05:55:44 pm

Title: Opening a .8xp works... mostly. Help?
Post by: BlakPilar 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 (http://ourl.ca/12128)):
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<(...  ???
Title: Re: Opening a .8xp works... mostly. Help?
Post by: BlakPilar 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.