On Mon, 14 Jun 2010, Roger Bailey wrote:
On 12 Jun 2010, at 11:00, Michael Van Canneyt wrote:
TestFunction := ActualParameter ( ) ; { compiles and runs o.k. }
[MVC:] The addition of () actually calls the function.
TestFunction := ActualParameter ; { gives "incompatible type" er
On 12 Jun 2010, at 11:00, Michael Van Canneyt wrote:
>>> TestFunction := ActualParameter ( ) ; { compiles and runs o.k. }
>>>
>>
> [MVC:] The addition of () actually calls the function.
>
>>> TestFunction := ActualParameter ; { gives "incompatible type" error,
>>> but ... }
>
> [MVC:]