Hi.
I know the difference between passing parameters by VALUE and by CONST (read-only reference) so that's not what this question is asking.
I, as well as many of you, use Scott Klement's code for HTTP and DATA-xxx. I noticed in the source that all PROCPTR parameters are being passed by VALUE.
Is there a problem passing a PROCPTR parameter using CONST? I've used CONST plenty of times when passing a PROCPTR parameter and never had a problem.
Thanks in advance,
Mike
I know the difference between passing parameters by VALUE and by CONST (read-only reference) so that's not what this question is asking.
I, as well as many of you, use Scott Klement's code for HTTP and DATA-xxx. I noticed in the source that all PROCPTR parameters are being passed by VALUE.
Is there a problem passing a PROCPTR parameter using CONST? I've used CONST plenty of times when passing a PROCPTR parameter and never had a problem.
Thanks in advance,
Mike
Comment