Please, what is the right order?
Here is the example:
10 HS = 100
VDP (24) = VDP (24) +1 without exceeding HS
VDP (24) = VDP (24) +1 without exceeding HS
40 VDP (24) = VDP (24) +1 without exceeding HS
50 VDP (24) = VDP (24) +1 without exceeding HS
100 VDP (24) = 0: HS = 20
120 VDP (24) = VDP (24) +1 without exceeding HS
130 VDP (24) = VDP (24) +1 without exceeding HS
140 VDP (24) = VDP (24) +1 without exceeding HS
150 VDP (24) = VDP (24) +1 without exceeding HS
I am looking for the command that replaces "WITHOUT EXCEED" but I do not want to "Loop"! No "IF THEN RETURN" etc. etc ...
Just a command that imitates the increment to the value "EQUAL TO HS"!
Do you have a solution "Simple and clear please?"
Thank you for your help
Login or register to post comments