Hi !
This is my first post. I hope you can help me:
I have a number saved inside a file called Saldo.txt . I just need to retrieve it, put it inside a Label and then, compare it with a number written by the user in a TextBox. That's it!
Please it would be awesome if you can help me
I have compared the two strings directly using GREATER THAN OPERATOR >
I have used the block trim
I have used the block split (splitting the string at "\n")
I have used the block replace (replacing" \n" by a blank space)
I have created a global variable and set its value to the retrieved number
I have created the global variable and then tried to apply trim , split, and replace
Your "Saldo.txt" blik has incorrect encoding. I don't know what you created this file in, but use UTF8 encoding and not UTF8 from the BOM. Except for the number 300, your file contains additional EF BB BF bytes which the app inventor does not recognize and therefore causes a problem.
Can you please tell me: how can I create text files with UTF8 encoding without "BOM" ?
I mean, what software do you use? I'm going to need it later to create other .txt files to read data from the App