Hi,
is it possible to overwrite the Method New() with a Method that is taking arguments?
Method New(x:int, y:int)
'useful code here
Start_x = x
Start_y = y
End Method 'New
I've tried it and getting the following error:
Compile Error: Identifier 'x' not found.
Peter
is it possible to overwrite the Method New() with a Method that is taking arguments?
Method New(x:int, y:int)
'useful code here
Start_x = x
Start_y = y
End Method 'New
I've tried it and getting the following error:
Compile Error: Identifier 'x' not found.
Peter