I am not sure does Ax method can return an array or not.
But, I think you can convert array to container or list then return it.

Sorry if my english is not good.

Regards.

--- In Axapta-Knowledge-Village@yahoogroups.com, "altgrep" <wytsw7...@...> 
wrote:
>
> Hello Everyone,
> 
> I have been trying to figure out how to return an array of strings like this:
> 
> public str[] exReturnArray()
> {
> 
>     str  strArray[];
> 
>     ;
>     strArray[1] = "mon";
>     strArray[2] = "tues";
>     strArray[3] = "wed";
>     strArray[4] = "thur"; 
> 
>     return strArray;
> }
> 
> I get different errors depending on what I try.. can anyone set me straight?
> 
> Thanks,
> Mike
>


Reply via email to