Oops!
Found the problem:
I had placed this code in a method a couple of hours ago...and had forgotten
about it!
if Interpolate=False then quit
Eirik Karlsen wrote:
> Aaron,
> Interpolate is a boolean.
> No error messages, the debug window just flashes, then back to the
> editor...no explainations!
> The variable has nothing to do with it as even this code gives the same
> result:
> If CheckBoxInterpolate.value=True Then
> ' Interpolate=True
> Else
> ' Interpolate=False
> End If
>
> Aaron Ballman wrote:
>
> > > This code in a CheckBox's Action Event won't compile,
> > > no error messages, the debug window shows for 1/2 sec then back
> > > to the editor. Whats wrong here?
> > >
> > > '************************
> > > If CheckBoxInterpolate.value=True Then
> > > Interpolate=True
> > > Else
> > > Interpolate=False
> > > End If
> > > '**********************
--
*******************************************
VISIT MY HOME PAGE:
<http://home.online.no/~eikarlse/index.htm>
LAST UPDATED: 23/08/2003
*******************************************
Regards
Eirik Karlsen
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|