Hello. Sorry for the English, I'm writing through a translator. I can't handle the error. The error occurs when using the IF <>= command. It doesn't matter if it's a string or numbers.
Errors:
An error occurred:
(Line: 148) 148 7 in code
java.lang.NumberFormatException: пустая строка
Log line 6 - 1680
B4J:
Dim kef1 As Double=kefname1
Dim kef2 As Double=kefname2
If (kefname1*1000)>(kefname2*1000) Then
Log(kefname1*1000)
Dim nnnkef As Int=kef2*1000
Log(nnnkef)
If nnnkef<12 Then
Dim text1 As String = "ИТМ1 9,5 Текущий коэфициент:"&minkef1
Dim message As String= $"
Errors:
An error occurred:
(Line: 148) 148 7 in code
java.lang.NumberFormatException: пустая строка
Log line 6 - 1680