~Manny FronusterakoiJan 23, 2012, 2:45 PM38 PostsRe: Current User in Array When you want the values of an NotesItem in XPages, you can use the method getItemValue You will get an Vector with the values, not an Array. And a Vector has an method 'contains' it will return a boolean. http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html#contains(java.lang.Object)