if inbetween value
-
Hi,
Is there a way to return a value if field1 is inbetween two values for example
(function(){
$fieldname1 = rand( 1, 10 ) return 141.65;
else return 1000;
})()
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘if inbetween value’ is closed to new replies.