type compatibility / string operations (newbie)




I'm trying to write a link protocol (don't ask me why I'm
using pascal), and want to assemble groups of bytes,
arrays of hex-code, and character strings, and, join them
into one long string of bytes.

So I have to know the length of those datatypes,
and, which of them are compatible, and a list of
available typecast functions.

Could anyone link me to somewhere these issues are addressed
(don't find anything in M.Cantu's book / Delphi 5).

Any hints welcome.
Pefter

.



Relevant Pages

  • Re: TARGET and INTENT(IN)
    ... memory, and character strings are such; so are other constant arrays, ... languages including Fortran arrays will almost always be in memory ...
    (comp.lang.fortran)
  • Re: equivalencing a charactor string array to a double array
    ... character strings are not arrays of character. ... > You can add another map, and depending on how your compiler allocates strings, map an 8 character string in the union. ... double precision eqbk ...
    (comp.lang.fortran)