S strupp01 Active Member Licensed User Longtime User May 26, 2017 #1 Why is the if query in line 96 acknowledged positively, although 'Ausgabe_Nr' is 0.4 and not larger? Attachments B4J_Test.zip 84.2 KB · Views: 201
EnriqueGonzalez Well-Known Member Licensed User Longtime User May 26, 2017 #2 your project is missing the "Test_data.txt" Upvote 0
S strupp01 Active Member Licensed User Longtime User May 26, 2017 #3 File is included in the zip. Perhaps in the wrong path? Upvote 0
EnriqueGonzalez Well-Known Member Licensed User Longtime User May 26, 2017 #4 oh, yes you are right, i assumed that it was going to be in the objects folder. silly me. Upvote 0
EnriqueGonzalez Well-Known Member Licensed User Longtime User May 26, 2017 #5 This is the correction: B4X: Dim Ausgabe_Nr As Double ' not as float it is not a bug, its just math https://stackoverflow.com/questions/6952368/why-does-java-shows-extra-values-after-float-calculation as you see in the image, it adds some digits at the end. (log) Upvote 0
This is the correction: B4X: Dim Ausgabe_Nr As Double ' not as float it is not a bug, its just math https://stackoverflow.com/questions/6952368/why-does-java-shows-extra-values-after-float-calculation as you see in the image, it adds some digits at the end. (log)
S strupp01 Active Member Licensed User Longtime User May 26, 2017 #6 Thanks for your help and time. I could not find any mistakes on my own Upvote 0
EnriqueGonzalez Well-Known Member Licensed User Longtime User May 26, 2017 #7 you are welcome, that error happened to me a while ago, not easy to find. Upvote 0