What's the difference between:
Author |
Message |
sarm2005
|
Posted: Sat Mar 08, 2008 7:35 pm Post subject: What's the difference between: |
|
|
Draw.FillOval and drawfilloval? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
BigBear
|
Posted: Sat Mar 08, 2008 8:00 pm Post subject: Re: What's the difference between: |
|
|
There is no diffrence |
|
|
|
|
|
bawler27
|
Posted: Sat Mar 08, 2008 8:11 pm Post subject: Re: What's the difference between: |
|
|
next time use the F9 Key and you wouldnt have to waste your time posting this and waiting for a reply |
|
|
|
|
|
Clayton
|
Posted: Sat Mar 08, 2008 8:32 pm Post subject: RE:What\'s the difference between: |
|
|
Actually, there is a difference. No, not in the function of those two procedures, but in the ideas behind them. drawfilloval() is a procedure that draws an oval on the screen somewhere. Now, could you tell me where exactly the code for that procedure is stored? I can't either.
Now consider Draw.FillOval(). It does the exact same thing as drawfilloval(), however, if I asked you where the code for it is, you could tell me provided you know about modules. I'll leave it up to you to find out about modules. Check out the Turing Walkthrough to find out more. |
|
|
|
|
|
A.J
|
Posted: Sat Mar 08, 2008 9:08 pm Post subject: Re: What's the difference between: |
|
|
Is it because Draw.FillOval () is defined in the predefs as a Module? |
|
|
|
|
|
Clayton
|
Posted: Sat Mar 08, 2008 9:22 pm Post subject: RE:What\'s the difference between: |
|
|
Draw.FillOval() is not a module. Draw is. |
|
|
|
|
|
|
|