Ok, trying to covert this vB to Kix.

 Code:
Set objGroup2 = GetObject("LDAP://cn=a_group,ou=User Accounts,dc=<domain>,dc=local")

if (objGroup2.IsMember(objUser.AdsPath) = True) Then
	objSelection.TypeText "text here" & Chr(11)
else
	'display nothing
end if


I've tried this
 Code:
IF INGROUP("???")
objSelection.TypeText.....


and numerous other permitations but no go.