Just a minor bug crushed

This commit is contained in:
Eddie Runia
1999-05-13 10:22:20 +00:00
parent adc1950879
commit 71608d2469

View File

@@ -78,9 +78,8 @@ function Main()
QOut( "And CalcArea() will now give a result in square inches" )
ClassAdd( oForm:ClassH, "CalcArea", ;
{|self| ( ::nRight - ::nLeft ) * ( ::nBottom - ::nTop ) / (2.54*2.54) },;
MET_INLINE )
ClassMod( oForm:ClassH, "CalcArea", ;
{|self| ( ::nRight - ::nLeft ) * ( ::nBottom - ::nTop ) / (2.54*2.54) } )
QOut( "What is the Form area ?" )
QOut( oForm:CalcArea() )