Un recognised double value. - page 2

 
ssn:

No its not a treasure hunt. I have reported this to service desk so I think it is a bug. I hope they address it in the next update.

 

Thanks any ways.

The Service Desk don't fix bug in your code.

Please don't waste our time if you don't want help.

 
angevoyageur:

The Service Desk don't fix bug in your code.

Please don't waste our time if you don't want help.

There is a lot of information in the code already provided. 

 

By posting what you have just said you are pre-empting that I do not need any help.

 

I have been on this forum longer than you. If you have nothing to contribute, do not type anything.

 
ssn:

There is a lot of information in the code already provided. 

 

By posting what you have just said you are pre-empting that I do not need any help.

 

I have been on this forum longer than you. If you have nothing to contribute, do not type anything.

I asked questions and you don't answer. The code you posted is insufficient to reproduce your issue. Malacarne and I posted 6 times and still you don't provide all needed informations.

How long you are on this forum is irrelevant.

 

I should have initialized extra _buffer size not like this

ArrayFill(_buffer,ArraySize(_buffer)-1-_size,_size,0.0);


but like this 

ArrayFill(_buffer,ArraySize(_buffer)-_size,_size,0.0);
Reason: