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
Nothing works! !
Here are the blocks
COMPARACION_PRUEBA.aia (2.4 KB)