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
> > '**********************
>
> What is Interpolate? Is it a property on the window? Also, what error
> is the compiler giving you?
>
> ~Aaron
> --
> REAL World 2005 - The REALbasic User Conference
> March 23-25, 2005, Austin, Texas
> <http://www.realsoftware.com/realworld>
>
> _______________________________________________
> 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>
--
*******************************************
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>
|