Programming logic - save old value

Programming logic - save old value

mk92
Collaborator Collaborator
279 Views
0 Replies
Message 1 of 1

Programming logic - save old value

mk92
Collaborator
Collaborator

Hello,

 

i have a question about programming logic.

 

My scenario is:

 

If high = 0 then

  support = "without"

End if

 

If high > 0 Then

  support = "the value it has before high was changed to 0"

End If

 

I want to check if high is 0 then supports is "without". Then when the user changes the value from 0 to above 0 then supports should become the value it has before the rule changed it to "without". When the user changes the value from above 0 to another above 0 then he can choose the value for supports!

 

Any ideas?

 

Regards

 

 

0 Likes
280 Views
0 Replies
Replies (0)