RE: [Axapta-Knowledge-Village] Help with macro?

2007-11-29 Thread Marko Kull
. From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manoj manoharan Sent: 26. november 2007. a. 14:53 To: Axapta-Knowledge-Village@yahoogroups.com Subject: Re: [Axapta-Knowledge-Village] Help with macro? Now try this piece of code. Dont

Re: [Axapta-Knowledge-Village] Help with macro?

2007-11-26 Thread manoj manoharan
Marko Kull <[EMAIL PROTECTED]> To: Axapta-Knowledge-Village@yahoogroups.com Sent: Monday, 26 November, 2007 3:33:27 PM Subject: [Axapta-Knowledge-Village] Help with macro? Hi. I have a question about macro IF. My code is something like this: inti; #LO

[Axapta-Knowledge-Village] Help with macro?

2007-11-26 Thread Marko Kull
Hi. I have a question about macro IF. My code is something like this: inti; #LOCALMACRO.doInfo #DEFINE.ARG(1) #IF.ARG(%1) print("Reached here"); #ENDIF #ENDMACRO or #LOCALMACRO.doInfo #DEFINE.ARG(%1) #IF.ARG(1) print("Reached here"); #ENDIF