<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16788" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>I keep having to
change lines like:</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>c=new
Canvas(800,1000,"Magnification")</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>into lines
like:</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>c=new
Canvas(800,1000,nil,"Magnification",true)</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>which is fine,
things change, it's a new version after all. But why can't I
use:</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>c=new
Canvas(800,1000,,"Magnification") ?</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial size=2>The 2 new fields in
the constructor appear to be defaulted according to the framework, so it seems
like I shouldn't have to provide explicit values. Is this just something about
the particular version of BASIC that I don't understand?</FONT></SPAN></DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=625160200-10012009><FONT face=Arial
size=2>Gary</FONT></SPAN></DIV></BODY></HTML>