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>
|