Blitz (145/218)

From:Thilo K�hler
Date:22 Aug 2001 at 03:54:32
Subject:Re: EndSelect/Case/Default without Select

Hello Steve

> If it's a blitz statement, there is a bug when passing 3 parameters.
> There's a fix on the Blitz-2000 site.
Yes I know and Ive installed.
But thats not the problem.

The problem is too "complex" calcultion when calling a statement.

The original piece of code that producted the bug:

draw_midi_refresh_a
{win,0,time1,yseek,time1,yseek+temp\view_midi[0-#v_note]+temp\view_midi[0-#v_vel]
-1}

and the code that produces no bug:

y2.l = yseek+temp\view_midi[0-#v_note]+temp\view_midi[0-#v_vel] -1
draw_midi_refresh_a {win,0,time1,yseek,time1,y2}

Btw. the statement does nothing.

I think this is one of the non-explainable Blitz Bugs, for that I hate
Blitz.

Thanks for your advice anyway,

Ciao,

Thilo

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie