an HP question...
|
10-24-2017, 01:20 AM
(This post was last modified: 10-24-2017 01:39 AM by webmasterpdx.)
Post: #13
|
|||
|
|||
RE: an HP question...
I just edited this post....it's in error....everything below this is Rubbish....my WHILE 0 stops the code from ever reaching the IF statements. Leaving this here as a lesson....WHILE 0 never executes whats inside it... LOL
I got some bad news....I found an alternative to CASE that is considerably faster to execute... I just used the code above, but instead of REPEAT....UNTIL 1; use WHILE 0 DO.....END; I get results like {0.018_s,0.064_s,2} for example!!!! That's about 3 times faster....so the faster CASE statement is to do this: Code:
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)