cyclotis04
New Member
I can successfully Run and Build my code, and Basic4ppc tells me that there are no errors. When I try to compile to any executable, however, I get a compile error "CS1026: ) expected" on line 171.
What is wrong? I'm posting this as a bug, rather than help request, because Basic4ppc should not tell me there are no errors when I build it, then turn around and throw a compile error at me.
B4X:
168 Sub MySub
169 If bln Then
170 lst.Focus
171 btn.Color = "0,0,0"
172 '...
173 Else
174 '...
175 End If
176 End Sub
What is wrong? I'm posting this as a bug, rather than help request, because Basic4ppc should not tell me there are no errors when I build it, then turn around and throw a compile error at me.