This last code worked perfectly for me. TY!On the other hand, since there are only three conditions, you don't really need it:Code:
Formula=MeasureGPU <= 60 ? -1 : (MeasureGPU <= 70 ? -2 : -3)
Statistics: Posted by djlythium — Today, 12:16 am
This last code worked perfectly for me. TY!On the other hand, since there are only three conditions, you don't really need it:Code:
Formula=MeasureGPU <= 60 ? -1 : (MeasureGPU <= 70 ? -2 : -3)
Statistics: Posted by djlythium — Today, 12:16 am