In Metacard 2.5, mac or win
how come this works:
	if the short name of graphic x = correctanswer then
         	set the ink of graphic x to adMin
  	end if
but this doesn't:
	if the short name of graphic x = correctanswer then
         	set the fill of graphic x to "white"
  	end if
Rick