jeffw_00 Super User
Joined: June 30 2007
Online Status: Offline Posts: 929
|
Posted: January 15 2011 at 15:45 | IP Logged
|
|
|
If I cut/paste these properly to this message, then all the nesting is correct. Still, PH claims either of these has syntax errors, can someone enlighten me?
thanks!
/j
They're both JUMP commands
--------------------------
if(ph_and([LOCAL8]=0,[LOCAL9]=0),2,if(ph_and([LOCAL8]>0,[LOCAL9]=0),1,if([LOCAL9]>0,4,6)))
if(ph_and(ph_getvar_n(1,8)=0,ph_getvar_n(1,9)=0),2,if(ph_and (ph_getvar_n(1,8)>0,ph_getvar_n(1,9)=0),1,if(ph_getvar_n( 1,9)>0,4,6)))
|