05.01.2014, 00:39
If you define a function with more than 6 parameters, and the argument evaluation for argument >6 includes a Blitz-Token, it gurus with "Illegal Instruction".
e.g.
[ab3]Statement Call7{param1.l,param2.l,param3.l,param4.l,param5.l,param6.l,param7.l} : End Statement
Call7{1,2,3,4,5,6,7} ; ok
Call7{1,2,3,4,5,6,Int(7)} ; guru!
End[/ab3]
@Bernd
Pleeease fix!
Thanks.
e.g.
[ab3]Statement Call7{param1.l,param2.l,param3.l,param4.l,param5.l,param6.l,param7.l} : End Statement
Call7{1,2,3,4,5,6,7} ; ok
Call7{1,2,3,4,5,6,Int(7)} ; guru!
End[/ab3]
@Bernd
Pleeease fix!
Thanks.