<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>help_defs = new Object();<br>helps_defs.Atomic = "Roosters are atomic";<br>debug(helps_defs.Atomic); // gives me "Roosters are atomic"<br><br>Can I sub a variable into the place of .Atomic in that last statement?<br><br>Sort of like in AW, to call a value from a property list using a variable for the property name I'd use:<br><br>Trace(my_prop_list[Symbol("a"^some_variable)])                                               <br /><hr />Hotmail: Trusted email with Microsoft’s powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/177141664/direct/01/' target='_new'>Sign up now.</a></body>
</html>