ID Number: Q73280
1.00
MS-DOS
buglist1.00
Summary:
When using the Microsoft Visual Basic version 1.0 Circle statement to
draw a segment of a circle with a radius of 0, an "Overflow" error
incorrectly occurs.
Microsoft has confirmed this to be a problem with Microsoft Visual
Basic programming system version 1.0 for Windows. We are researching
the problem and will post new information here as it becomes
available.
More Information:
The following statement demonstrates the problem:
Circle (0,0), 0,, 4, 5
When you run the above statement, an "Overflow" error incorrectly
occurs.
In contrast, using the Circle statement to draw an entire circle of
radius 0 works correctly without an error (correctly drawing nothing);
for example:
Circle (0,0), 0
Additional reference words: 1.00