<HTML dir=ltr><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<STYLE><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></STYLE>

<META content="MSHTML 6.00.6000.16945" name=GENERATOR></HEAD>
<BODY class=hmmessage>
<DIV id=idOWAReplyText8094 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I wouldn't use spaces in names at all</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Dave Burnett<BR><B>Sent:</B> Wed 30/12/2009 14:23<BR><B>To:</B> Xerte list<BR><B>Subject:</B> RE: [Xerte] Accessing associative arrays via variable?<BR></FONT><BR></DIV>
<DIV>
<DIV>
<DIV>For the archives, something that is probably obvious to OOP aware folks, but tripped me up good:<BR><BR>myObject = new Object();<BR><BR>myObject.My Property = "rooster";<BR><BR>debug(myObject.My Property); // gives "rooster"<BR><BR>debug(myObject["My Property"]); // gives undefined<BR><BR>No spaces in object properties allowed when using non dot syntax.<BR><BR><BR><BR>=====================================<BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>

<DIV id=ecxecxecxidOWAReplyText83440 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>b = new Object();<BR>b.blah = 'value';</FONT></DIV>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>v='blah';<BR>debug(b[v]); //works for me</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Dave Burnett<BR><B>Sent:</B> Sun 27/12/2009 21:49<BR><B>To:</B> Xerte list<BR><B>Subject:</B> RE: [Xerte] Accessing associative arrays via variable?<BR></FONT><BR></DIV>
<DIV>help_defs = new Object();<BR>helps_defs.Atomic = "Roosters are atomic";<BR>debug(helps_defs.Atomic); // gives me "Roosters are atomic"<BR>
<DIV id=ecxecxecxecxidOWAReplyText44362 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>myVar = 'Atomic';</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>debug(help_defs[myVar]); // gives me u</FONT>ndefined.<BR></DIV></DIV><BR><BR><BR>
<HR id=ecxecxecxstopSpelling>
Subject: RE: [Xerte] Accessing associative arrays via variable?<BR>Date: Sun, 27 Dec 2009 21:23:56 +0000<BR>From: Julian.Tenney@nottingham.ac.uk<BR>To: xerte@lists.nottingham.ac.uk<BR><BR>
<STYLE>
.ExternalClass .ecxhmmessage P
{padding:0px;}
.ExternalClass body.ecxhmmessage
{font-size:10pt;font-family:Verdana;}
</STYLE>

<DIV id=ecxecxecxecxidOWAReplyText44362 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>myVar = 'Atomic';</FONT></DIV>
<DIV dir=ltr><FONT face=Arial>debug(help_defs[myVar]);</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Dave Burnett<BR><B>Sent:</B> Sun 27/12/2009 18:05<BR><B>To:</B> Xerte list<BR><B>Subject:</B> [Xerte] Accessing associative arrays via variable?<BR></FONT><BR></DIV>
<DIV><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&#8217;s powerful SPAM protection. <A href="http://clk.atdmt.com/GBL/go/177141664/direct/01/">Sign up now.</A> </DIV><BR>
<HR>
Hotmail: Powerful Free email with security by Microsoft. <A href="http://clk.atdmt.com/GBL/go/171222986/direct/01/">Get it now.</A> </DIV><BR>
<HR>
Hotmail: Trusted email with Microsoft&#8217;s powerful SPAM protection. <A href="http://clk.atdmt.com/GBL/go/177141664/direct/01/">Sign up now.</A> </DIV><BR>
<HR>
Hotmail: Free, trusted and rich email service. <A href="http://clk.atdmt.com/GBL/go/171222984/direct/01/">Get it now.</A> </DIV><BR>
<HR>
Hotmail: Trusted email with powerful SPAM protection. <A href="http://clk.atdmt.com/GBL/go/177141665/direct/01/" target=_new>Sign up now.</A> </DIV></BODY></HTML>