Re: ($DEFINE) seems to stay within the one .pas file
- From: alanglloyd@xxxxxxx
- Date: 29 Jun 2005 22:13:37 -0700
$DEFINE and the corresponding conditional checks are a compile-time
activity and have NO impact on execution time. Of course the code
enclosed in the $DEFINE conditionals does use execution time, but the
$DEFINE conditional checks themselves are done only at compile-time.
Alan Lloyd
.
- References:
- ($DEFINE) seems to stay within the one .pas file
- From: Christakis John
- Re: ($DEFINE) seems to stay within the one .pas file
- From: Terry Russell
- ($DEFINE) seems to stay within the one .pas file
- Prev by Date: Re: ($DEFINE) seems to stay within the one .pas file
- Next by Date: Re: ($DEFINE) seems to stay within the one .pas file
- Previous by thread: Re: ($DEFINE) seems to stay within the one .pas file
- Next by thread: Re: ($DEFINE) seems to stay within the one .pas file
- Index(es):
Relevant Pages
|