Is this syntax valid for a user who belongs to three groups?

IF INGROUP ("NW_MKT_PRIVATE", "NW_CONS_MKT_PRV", "NW_COMM_MKT_PRV",1) = 1

USE G: "\\Server1\Sys\@userid"
USE N: "\\nw-data-store1\@userid" ;map share to Users home folder
USE P: "\\nw-data-store1\nw_mkt_private" ;map share to nw-data-store for marketing users
USE R: "\\nw-data-store1\nw_cons_mkt_prv" ;map share to nw-data-store for marketing users
USE S: "\\nw-data-store1\nw_comm_mkt_prv" ;map share to nw-data-store for marketing users
USE U: "\\Server1\Vol2"

ENDIF

Thanks