<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi there,</div>
<div><br>
</div>
<div>In a scripted attribute defintion, when I call .getValues() on a BasicAttribute like so:</div>
<div><br>
</div>
<div>
<div>                membershipsList = new BasicAttribute("membershipsList");</div>
<div>                var membershipsJoinedList = membershipsList.getValues();</div>
</div>
<div><br>
</div>
<div>What is returned? A Java List? An array list? A javascript array? I want to join the values returned from .getValues(). In javascript I would normally be able to just call .join() on an array and have a comma-seperated string of all the values in the array.
 Can I just call .join() on the result of the .getValues() call or how would this be done?</div>
<div><br>
</div>
<div>Thanks!</div>
<div><br>
</div>
<div>
<div id="MAC_OUTLOOK_SIGNATURE">
<div>
<div>-- Alex</div>
</div>
</div>
</div>
</body>
</html>