Message 1 of 1
Programming logic - save old value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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