<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
<br>Can I check for an array value <br><br>I debug my array and get this:<br><br>graphic,text,index<br><br>But,<br><br>debug(attributeArray.indexOf('graphic')); //returns undefined.<br><br>indexOf not supported or my syntax stinks?<br>                                               </body>
</html>