|
|
back to boardCommon Boardwho knows delphi good ? Posted by xdex 25 Mar 2003 15:10 are there any differences between following lines of code ? (when i changed 1-t line to 2-d in my code i always got ACCESS_VIOLATION, but with first one i got ACCEPTED. What is default char size on judging host ? maybe WideChar ? remark : axis : array[] of char; c : char; j, x, y : integer.) for j := x to y - 1 do axis[j] := c; fillchar(axis[x], y - x, c); |
|
|