Can anyone suggest why I get a missing ')' ERROR in the following when I know it is not !
 Code:
$=WRITEPROFILESTRING ($FILE,$SECTION,"FullScreen",IFF($McnFullScrn.CheckState = 1,1,0))

If I have to I can put the IFF before WRITE# and assign it to a variable but I can't see why I should need to !