I have a question regarding the assignment of the result of a function.
The function is declared as such:

TMyFunc = function : extended of Object;

I have a variable that is of this type and I want to assign the result of
this function to a variable of type extended. I was thinking to do it like
this;

var MyFuncVar: TMyFunc;
....
MyResult := MyFuncVar;

But obviously it does not work. On delphi it does, so how can I make it
work on FPC??

Kind regards, Darius Blaszijk

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to