123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|688|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Expecting '')''

Sun, 03 May 2015, 12:26
spinal
This bloody code is giving me an 'Expecting ")"' error when I run it, apparently on the ' WriteLine( fileout, a$) ' line.

WHY?



Bloody thing!

-=-=-
Check out my excellent homepage!
Sun, 03 May 2015, 14:04
Jayenkai
Bleedin' 'ell, Spinal, that code's a mess.
Neaten!! NewLines!! Indent!!
Remember that when a line of code is easier to read for you, it's 1,000,000 times easier for the language to understand!

Although I normally wouldn't be one to gripe about this, the issue you're having is, on this very rare occasion, DIRECTLY a result of the fact that you've clumped everything onto that one single line..

If you write it out like this..


You'll instead get an "Expecting End-of-file" error on the Wend() line.
This, too, is incorrect, but it should help you realise that Wend doesn't have any brackets.

-=-=-
''Load, Next List!''
Mon, 04 May 2015, 00:58
spinal
It was perfectly indented etc. before I copy+pasted it. I'm on the mac though, which does very odd things when copy+pasting between pc and mac software.

No brackets on wend eh? shows how long it's been!

Cheers Jay.

-=-=-
Check out my excellent homepage!
Mon, 04 May 2015, 03:57
spinal
Update, --

Weirdly I had to copy=paste it into text wrangler (an os x editor) straighten it up, then c+p it back into blitz for it to run.
I guess blitz really doesn't like working through wine, or at least the editor doesn't anyway.

-=-=-
Check out my excellent homepage!