Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / DarkBASIC keeps freezing when I try to get this code to work. Help?

Author
Message
Computer Nerd
20
Years of Service
User Offline
Joined: 25th Jan 2005
Location: What do you care?
Posted: 19th Jan 2006 21:24


Or if I do the same thing and replace redo with edit it crashes. Why this is making me mad.

l00kz h3r3 pplz vistez de game developer w3bs1te likez t0d8y @ http://gamedeveloper1.tripod.com 0r likez visitez da game d3v3l0per thread nowz ppl.
UFO
19
Years of Service
User Offline
Joined: 11th Oct 2005
Location:
Posted: 19th Jan 2006 22:05 Edited at: 19th Jan 2006 22:06
You need to add a sync right before the loop command. This happens when you have it on sync on, and then you make a do-loop without a sync. Also, what's with the:

You can get rid of the gosub edit, because it will go there anyway...
If you are making edit a gosub, then change the last line, gosub edit to return. Then move the first gosub edit to where you want the gosub to be called.


Hippopotomonstrosesquippedaliophobia-Fear of long words
Grog Grueslayer
Valued Member
19
Years of Service
User Offline
Joined: 30th May 2005
Playing: Green Hell
Posted: 19th Jan 2006 22:19 Edited at: 19th Jan 2006 22:21
It's probably because you have "gosub" after "gosub" with no "return" anywhere.

Here's what your code is doing:


It needs to be like this:


Also you can get rid of the need to check for a lowercase letter by using the "upper$()" command.

This is your code snip (edited to work on it's own with changes):


Edit: UFO beat me.


Computer Nerd
20
Years of Service
User Offline
Joined: 25th Jan 2005
Location: What do you care?
Posted: 19th Jan 2006 22:27
Okay thanks UF0 and Grog I now know what I did wrong. I never did use the return command.

l00kz h3r3 pplz vistez de game developer w3bs1te likez t0d8y @ http://gamedeveloper1.tripod.com 0r likez visitez da game d3v3l0per thread nowz ppl.

Login to post a reply

Server time is: 2025-05-23 00:14:05
Your offset time is: 2025-05-23 00:14:05