-----Original Message-----
From: Sergey Siroklin [mailto:[EMAIL PROTECTED]
Sent: 19. august 2004 14:29
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Re: (urgent) visibility methods
I wrote example exactly like you :-)
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thu 8/19/2004 16:13
To: [EMAIL PROTECTED]
Cc:
Subject: RE: [development-axapta] Re: (urgent) visibility methods
Privet Sergey,
Yeah sure.
But the limit is one in one method.
Example:
static void testSubMethods(Args _args)
{
void test(str _test)
{
int x;
x = x;
info(_test);
}
;
test("Test1");
test("Test2");
}
The reason for int x and so on, is that Axapta can't compile if they are not there. Don't ask me why :o)
Regards,
Lars
-----Original Message-----
From: Sergey Siroklin [mailto:[EMAIL PROTECTED]
Sent: 19. august 2004 09:55
To: [EMAIL PROTECTED]
Subject: RE: [development-axapta] Re: (urgent) visibility methods
void method1()
{
int t;
void method2(int _b)
{
print _b;
}
method2(10);
method2(11);
}
-----Original Message-----
From: Silletti Gaetano [mailto:[EMAIL PROTECTED]
Sent: Thu 8/19/2004 11:52
To: [EMAIL PROTECTED]
Cc:
Subject: Re: [development-axapta] Re: (urgent) visibility methods
It's possible to do methods in the others methods?
as?
thanks
[Non-text portions of this message have been removed]
Yahoo! Groups Links
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
ADVERTISEMENT
< http://us.ard.yahoo.com/SIG=129rmm56j/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1092988752/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com <http://us.ard.yahoo.com/SIG=129rmm56j/M=295196.4901138.6071305.3001176/D=groups/S=1705006764:HM/EXP=1092988752/A=2128215/R=0/SIG=10se96mf6/*http://companion.yahoo.com> > click here
< http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=240268303 <http://us.adserver.yahoo.com/l?M=295196.4901138.6071305.3001176/D=groups/S=:HM/A=2128215/rand=240268303> >
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/ <http://groups.yahoo.com/group/development-axapta/> < http://groups.yahoo.com/group/development-axapta/ <http://groups.yahoo.com/group/development-axapta/> >
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service < http://docs.yahoo.com/info/terms/ <http://docs.yahoo.com/info/terms/> > .
[Non-text portions of this message have been removed]
Yahoo! Groups Links
[Non-text portions of this message have been removed]
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=1296r8ohq/M=298184.5285298.6392945.3001176/D=groups/S=1705006764:HM/EXP=1093005145/A=2319498/R=0/SIG=11thfntfp/*http://www.netflix.com/Default?mqso=60185352&partid=5285298> click here
<http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=groups/S=:HM/A=2319498/rand=958952967>
_____
Yahoo! Groups Links
* To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/ <http://groups.yahoo.com/group/development-axapta/>
* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service <http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

