it could be useful to have a new 2DDrawing function :
Cls( [color.l] )
ClsRGB( red.b, green.b, blue.b )
It could be used in this context :
StartDrawing( WindowOutput() )
Cls()
StopDrawing()
or
StartDrawing( ImageOutput() )
Cls()
StopDrawing()
etc...
Cls() function
Cls() function
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
we wish what we need in our develpment
, because i'm experiencing speed problem but i think that i could do it in a better way

No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Hello LCD,
Yes, it was... I correct it and now it runs really faster. The problem wasn't at all dependant of the Box function which is, i'm agree, fast enough... The problem was in the AudioRecorder example i posted.so maybe your speed problem lies in a different part of your program.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer