home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
demo
/
btdemo
/
btdemo.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1995-02-27
|
260 b
|
13 lines
Sub Untoggle (index As Integer)
For i = 0 To 21
If (MiscForm.MiscButton1(i).Toggled = -1) Then
If (i <> index) Then
MiscForm.MiscButton1(i).Toggled = 0
End If
End If
Next i
End Sub