123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|697|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz Max -> Missing Parameter

Mon, 05 Jul 2010, 20:26
alexm4041
im getting this compiler error that says "Missing functions parameter 'x'"




Mon, 05 Jul 2010, 22:08
Jayenkai
"Missing functions parameter" suggests that, at one point, you've missed off an important part in a function call..

It isn't about a variable named x, it's about what it expects to be X.

You're using the DrawText function...

It expects...
DrawText "This",x,y
but you're using...
DrawText "This"

x and y are missing parameters, but x is first, so "Missing parameter x" would be the resulting error message.

That's the line that gets highlighted in the editor.
Whenever that happens, hit F1 on your keyboard, and checkout the little tiny command instructions in the bottom left of the screen. They list the expected parameters.

-=-=-
''Load, Next List!''