Dim Test as String = "Hello World"
Dim Test as String = "Hello World"
The forum does not accept such long and ugly code.I found the problem. I can't write chr bracket... (add a space is okay!)
B4X:Private Sub Button1_Click LBL.Text = Chr (0xF1BB) End Sub
Something about the JavaScript that doesn't parse the code or the syntax is not allowed.The forum does not accept such long and ugly code.
I found the problem. I can't write chr bracket... (add a space is okay!)
B4X:Private Sub Button1_Click LBL.Text = Chr (0xF1BB) End Sub
Private Sub Button1_Click
LBL.Text = Chr(0xF1BB)
End Sub