David:

Use IF statements:

code:


if ingroup ( "whatever" )
? "do whatever"
endif


if ingroup ( "the other group" )
?"do the other group"
else
?"don't do the other group"
endif


Use CASE's for mutually exclusive group memberships. Use IF's for inclusive ones.

Sorry Ramon - I walked over your response !

Shawn.

[This message has been edited by Shawn (edited 18 August 2000).]