function
-
(function(){
if(fieldname1>fieldname2) return 1;
if(fieldname1<=fieldname2) return 2;
if((fieldname1*fieldname2)=0) return 3;
})()how do i correct this function?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘function’ is closed to new replies.