importing from binaryStream into BLOB field

Franco Vaccari vaccari at units.it
Tue Jul 23 15:28:57 CDT 2013


Citing my own mistake from my own mail: can you guess where the difference was?   :-(((



On Jul 23, 2013, at 5:22 PM, Franco Vaccari <vaccari at units.it> wrote:


<snip>

> CHECKING THE VALUES IN THE DEBUGGER (this code is just for debugging):
> 
>        //read as string (Fast!)
>        m=bis.Read(nDataBytes)
>        for j as integer=1 to nData
>          samples(j) = m.DoubleValue((j-1)*8)                <=================  $#$%#$#$##$$^%!!!!!
>        next

<snip>

> READING FROM BLOB:
> 

<snip>

>    for i as integer=1 to iStop
>      samples.append m.DoubleValue(i-1)*8               <=================  ^%$#@$&*%#$$%!!!!!
>    next
> 


Sorry for the noise, all working as expected now…

(Franco)
 




More information about the Valentina mailing list