General Discussions

!!!!!!!!!What does this mean? – MTecknology

MTecknology

Member

Posts: 13
From:
Registered: 08-18-2003
I know i've been putting a lot up lately, but I think I;m doqn to the last bug. I am using Blitz Basic and getting the error 'Expected End Of Line'. As far as i know, the code is used in the correct manner. I was wondering if anybody could tell me what this error is, what causes it, and/or how to fix it. I want to display the code for further help, but it's way to large.

------------------
You will find me where the light don't shine, where the people are silently friendly, where we are the most intelligent, and where all can live down under, until our trip to heaven.

bluewolfe12

Junior Member

Posts: 2
From:
Registered: 08-19-2003
Did you use the "text" command? Check and see if you have this

Text 320,240,"string$"

and not...

text 320,240 "string$" ;forgot the comma after the y coordinate

That's how I resolved All my errors

------------------
a sig...

MTecknology

Member

Posts: 13
From:
Registered: 08-18-2003
Text 510,10,"Enemy Hits: " + enemyhits
Text 510,30,"Shots Fired: " + shotsfired
Text 320,270,"Press Any Key To Exit.",True,True
those are my problems i guess?
what's wrong:S

------------------
You will find me where the light don't shine, where the people are silently friendly, where we are the most intelligent, and where all can live down under, until our trip to heaven.

Krylar

Administrator

Posts: 502
From: MD, USA
Registered: 03-05-2001
That's correct. If you want to post more of the code, I'd be happy to try and help you try and figure out the problem with it.

-Krylar

------------------

InsanePoet

Member

Posts: 638
From: Vermont, USA
Registered: 03-12-2003
Well.... as the statement implies, it expected a line to end, you may be inserting too much data for a given function, or you forgot a comma or something like that.

------------------
"I find myself a desire which no experience in this world can satisfy, the most probable explanation is that I was made for another world!"
-C. S. Lewis


midnight-fire.org

MTecknology

Member

Posts: 13
From:
Registered: 08-18-2003
lol, it was giving me an error down there, but the problem was where i loaded a music file
playmusi = "song.mp3""
musi = playmusic(playmusi)

------------------
You will find me where the light don't shine, where the people are silently friendly, where we are the most intelligent, and where all can live down under, until our trip to heaven.

BlazeQ

Member

Posts: 260
From: USA
Registered: 05-11-2002
hmmm, I don't know much about BB so this is just a guess. Could it be that there are two quotes after song.mp3 instead of just one?

eg:
playmusi = "song.mp3"

instead of:
playmusi = "song.mp3""

------------------
I'm out of my mind... and into the mind of Christ -G.S. Megaphone