Hey guys,
My compiled app complains:
On device: InvalidCastException
On PC:
It is running when not compiled.
the Code:
Can anyone help, please?
Greetings,
Lennart
My compiled app complains:
On device: InvalidCastException
On PC:
It is running when not compiled.
the Code:
B4X:
Sub put_to_file
For i = 1 To 4
If Control("F3TB" & i& "G").visible = True Then
FileWrite(c1,Control("F3TL" & i).text&"; "&Control("F3TB" & i & "M").text)
End If
Next
End Sub
Can anyone help, please?
Greetings,
Lennart