I wrote these 3 short programs which run perfect in B4Ppc but report
error when trying to compile.
Guia Marina ("Marine Guide")
Clicking on an image changes images.
Sub Image3_Click
Select fs
If fs="" Then Return
Case "a"
n=n+1
Image3.Image=ImageList1.Item(n)
If n=2 Then n=-1
Case "b"
n=n+1
Image3.Image=ImageList1.Item(n)
If n=3 Then n=0
End Select
End Sub
ERROR Syntax error. Select fs
"Inflator3" (Calculates inflation) and "CalcDes" (Calculates VS and
Time for an aircraft descent given speed, distance and altitude.
Sub Button1_Click
Control(s)=Control(s)&"1"
End Sub
ERROR Unknown control type. Use Control(name,type) instead.
Can you help please?
error when trying to compile.
Guia Marina ("Marine Guide")
Clicking on an image changes images.
Sub Image3_Click
Select fs
If fs="" Then Return
Case "a"
n=n+1
Image3.Image=ImageList1.Item(n)
If n=2 Then n=-1
Case "b"
n=n+1
Image3.Image=ImageList1.Item(n)
If n=3 Then n=0
End Select
End Sub
ERROR Syntax error. Select fs
"Inflator3" (Calculates inflation) and "CalcDes" (Calculates VS and
Time for an aircraft descent given speed, distance and altitude.
Sub Button1_Click
Control(s)=Control(s)&"1"
End Sub
ERROR Unknown control type. Use Control(name,type) instead.
Can you help please?