123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|455|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Too many parameters!!!???

Thu, 22 Sep 2022, 10:40
spinal

Too many parameters!!!???


OK, odd problem, this code was working fine, no issues at all, I was just about to post it here and go, "Here guys this is the latest waste of time I did..." when bam! it suddently stopped working!

Apparently there are now "Too Many Parameters" on this line


There wasn't before, what have I done?

The initial code came from here - https://web.archive.org/web/20160612011817/http://www.blitzbasic.com/codearcs/codearcs.php?code=1403



-=-=-
Check out my excellent homepage!
Thu, 22 Sep 2022, 10:46
Pakz
Sometimes when I get a bug like that. There turned out to be a invisible character in a line. A linefeed kind of code in the text or something like that. I have had that a lot. Copying the code into a different editor and back again fixes these compiler errors.
Thu, 22 Sep 2022, 11:15
Dan
You are calling the



but the function accepts only 1 parameter ...



Thu, 22 Sep 2022, 12:14
spinal
Oh, named a function wrong. Should have spotted that!

-=-=-
Check out my excellent homepage!