Re: Does Fast Code units compile in D5 Standard ?
- From: "Anders Isaksson" <blockcad@xxxxxxxxxxxxxxx>
- Date: Sun, 28 Aug 2005 12:41:46 +0200
Nicholas Sherlock wrote:
>
> PIntegerArray=^array[0..0] of integer; (Or possibly ^array of integer).
This one has the problem that you have to turn off range-checking when using
it. By declaring
PIntegerArray = ^array[0..SOME_UPPER_BOUND] of integer;
you can leave range-checking on.
--
Anders Isaksson, Sweden
BlockCAD: http://web.telia.com/~u16122508/proglego.htm
Gallery: http://web.telia.com/~u16122508/gallery/index.htm
.
- Follow-Ups:
- Re: Does Fast Code units compile in D5 Standard ?
- From: Rudy Velthuis [TeamB]
- Re: Does Fast Code units compile in D5 Standard ?
- From: Leonel
- Re: Does Fast Code units compile in D5 Standard ?
- References:
- Does Fast Code units compile in D5 Standard ?
- From: bill
- Re: Does Fast Code units compile in D5 Standard ?
- From: Nicholas Sherlock
- Does Fast Code units compile in D5 Standard ?
- Prev by Date: Re: FastCode - IntToStr B&V v0.12
- Next by Date: Re: Does Fast Code units compile in D5 Standard ?
- Previous by thread: Re: Does Fast Code units compile in D5 Standard ?
- Next by thread: Re: Does Fast Code units compile in D5 Standard ?
- Index(es):
Relevant Pages
|