I want to write an input in an value box and at the same time I want to verify that this value is bigger than another value saved in a Buffer.
Example:
2 Buffers are saved:
- Buffer1 = 300
- Buffer2 = 500
I want Buffer1 as Input in this value Box and at the same time I want to verify that: Buffer1 > Buffer2
Do you have an idea how we could do that?