Hi All

I need to write a function in D5 that will create an array of integers.

Writing the code is easy enough but I'm stumped on what appears to be 
very simple stuff

How do I declare the result of the function

function createarray(input : arrayof integer) : _Array of Integer_ ;    
this produces an error

The function will receive an array of integers + count of elements and 
will produce an array of integers based on the input.

Ideally I would like to return the array, followed by the number of 
elements in the array.

Is this possible with Delphi?

Thanks in advance

Neil
_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://www.elists.org/mailman/listinfo/delphi

Reply via email to