Max value to get

Max value Plese help this block

When butonX click
Get Textboxes.textX=(texboxA minus texboxB) or textboxC

Explane… Get a-b where a is any number and b also like that. But C is 1000. So Textbox X can be any numbr but not abov 1000. How do do this.

Use an if statement. If a-b < 1000 then show… else …

1 Like

This post was flagged by the community and is temporarily hidden.