Re: Integer array as BLOB



How do you type cast an array in Delphi? Probably do you mean to typecast each individual elements of the array to byte? What I want to actually do is to access the integer array as if it is a byte array - more like treating the memory accoupied by the integer array as series of byte elements.



Riki Wiki wrote:
I think you could just typecast the integer array as a byte array when you
call the BLOB read and write function. So no real conversion needed.

If you need more help, repost your question on the Borland news server
because the way you posted now, your post is invisible to most people.

Take a look here:
<http://tinyurl.com/8m5nw>
which links to
<http://delphi.wikicities.com/wiki/Delphi_Newsgroups>
.



Relevant Pages

  • Re: Is there any better way of optimizing memory?
    ... I don't quite understand why optimizing memory here is required as the ... the time intervals, 7 rows for the physical quantities and an ... to handle the array depends on what are valid values for the individual ... largest number of individual elements entered.  ...
    (comp.lang.labview)
  • Re: Help With Arrays
    ... but when assigning the then input variables to the ... > individual elements of the array how do i do that? ... reading in the value to be stored at that index. ...
    (comp.lang.java.help)
  • Re: Ruby "star".... whats it?
    ... replace an array with its individual elements ... I'm kind of drawing a blank on why this change was made. ... David A. Black / Ruby Power and Light, ...
    (comp.lang.ruby)
  • Re: Ruby "star".... whats it?
    ... Depending on the context the * means: ... replace an array with its individual elements ...
    (comp.lang.ruby)
  • Re: Array performance
    ... I need to perform processing on individual elements, for which a method would be fine, however I also need to do things like shifting blocks of elements up or down the array ... "Cor Ligthert" wrote: ... > What do you want to archieve in my opinon are you only passing a complete ...
    (microsoft.public.dotnet.general)