Hello Giray,
May be,  you will use container
for example

static void ew_Job1(Args _args)
{
    container c;
    int       i;

    container getParameters()
    {
        container ret;
        real      n;
        ;
        for (n = 1; n < 10; n++)
        {
            ret += n;
        }
        return ret;
    }
    ;
    c = getParameters();
    while (i < conlen(c))
    {
        info(strfmt('%1 %2', i + 1, conpeek(c, i + 1)));
        i++;
    }
}

Best regards,
Valeriy

On Wed, 2 Feb 2005 10:51:21 -0800 (PST), Giray Simsek
<[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I did not see this being mentioned in the Developer's
> Guide. However, the compiler does not seem to be
> allowing it. Does anyone have any idea?
> 
> Thanks,
> Giray
> 
> 
>             
> __________________________________ 
> Do you Yahoo!? 
> The all-new My Yahoo! - Get yours free! 
> http://my.yahoo.com 
> 
> 
> 
> 
> Sharing the knowledge on Axapta. 
> 
> 
> ________________________________
> Yahoo! Groups Links
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/Axapta-Knowledge-Village/
>   
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
> 


-- 
Ð ÑÐÐÐÐÐÐÐÐ,
ÐÐÐÐÑÐÐ ÐÐÐÐÐÑÐÐÐÐ


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/kGEolB/TM
--------------------------------------------------------------------~-> 

Sharing the knowledge on Axapta. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Axapta-Knowledge-Village/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to