saunwin Active Member Licensed User Longtime User May 15, 2017 #1 Missing Keyword: end sub error can someone tell me where the error is here please TIA B4X: Sub Button_Click If Button.Text="START" And TLRB.Checked=True Dim buffer() As Byte = Array As Byte(0x82) Button.Text="STOP" End If End Sub
Missing Keyword: end sub error can someone tell me where the error is here please TIA B4X: Sub Button_Click If Button.Text="START" And TLRB.Checked=True Dim buffer() As Byte = Array As Byte(0x82) Button.Text="STOP" End If End Sub
DonManfred Expert Licensed User Longtime User May 15, 2017 #2 Where is the THEN after your IF? Upvote 0
saunwin Active Member Licensed User Longtime User May 15, 2017 #4 Doh ! - Thanks Manfred - It's been several years since using this ,maybe I should go back to the Noobie guide. Upvote 0
Doh ! - Thanks Manfred - It's been several years since using this ,maybe I should go back to the Noobie guide.