If I have a function that returns an integer, how can I use the following code outside of a function block?
declare_myint int;
begin_myint := myfunction( );end;
or is it just not possible?
Iain