code below gives no error
but this cod does
Parsing code. Error
Error parsing program.
Error description: Missing Keyword: end sub
Occurred on line: 1114
End If
there is just no blank space between>> ""&Then
B4X:
If contactc="null" OR contactc="" Then
contactc="*No Contact Number Available*"
Call_btn3.Visible=False
End If
but this cod does
B4X:
If contactc="null" OR contactc=""Then
contactc="*No Contact Number Available*"
Call_btn3.Visible=False
End If
Parsing code. Error
Error parsing program.
Error description: Missing Keyword: end sub
Occurred on line: 1114
End If
there is just no blank space between>> ""&Then