On 28 May 2009, at 23:18, JoshyFun wrote:
Hello FPC-Pascal, Thursday, May 28, 2009, 9:58:23 PM, you wrote: RS> Shrinked down example of the program. RS> Rainer [...] RS> procedure memclr( p : pointer ; len : longint ); Aside from the socket problem, can somebody explain me this line: RS> byte( p^ ) := 0; ????????????? from my point of view it should be "PBYTE(P)^:=0;" am I missing something ?
pbyte(p)^ and byte(p^) are the same thing in Pascal. Jonas _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal