Path: utzoo!attcan!uunet!cs.utexas.edu!helios!rigel.tamu.edu From: ctl8588@rigel.tamu.edu (LAUGHLIN, CHET) Newsgroups: comp.os.msdos.programmer Subject: Re: #define thisneatmacro Message-ID: <9353@helios.TAMU.EDU> Date: 20 Oct 90 04:24:05 GMT Sender: usenet@helios.TAMU.EDU Reply-To: ctl8588@rigel.tamu.edu Organization: TAMU Lines: 19 In article <9286@helios.TAMU.EDU>, ctl8588@rigel.tamu.edu (LAUGHLIN, CHET) writes... >I have a function that is called all the time by my screen handling Thanks to all those that replied. Yes, the following code works in all situations (that occur in my code...d:) #define drawchar(A,B,C) (gotoxy(A,B), cput(C)) now a question. why does the function call to gotoxy work if its not ended with a semi-colon? Thanks again, +---------------------------------------------------------------+ | Chet Laughlin CTL8588@RIGEL.TAMU.EDU | | "I have no opinions as I (128.194.4.4) | | do not exist, my lawyers | | told me so." | +---------------------------------------------------------------+