[Xerte] Re: What part of the object am I looking at?
Julian Tenney
Julian.Tenney at nottingham.ac.uk
Wed Aug 17 13:15:19 BST 2011
myLV.decode();
??
From: xerte-bounces at lists.nottingham.ac.uk [mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
Sent: 17 August 2011 11:40
To: Xerte list
Subject: [Xerte] What part of the object am I looking at?
vars = new LoadVars ();
vars.CCID = 200;
ifc.sendAndLoadVars('http://www.myserver.com/daveRead.asp', vars);
returns a tab delimited string.
inspect(ifc.loadVars); //returns below
===============
Value_a TEXT Value_B TEXT Value_c TEXT
:
onLoad : [type Function]
icon : _level0.engine.IFC.FW_ENT
===============
debug(ifc.loadVars); //returns below
==================
Value%5Fa%20TEXT%09Value%5FB%20TEXT%09Value%5Fc%20TEXT%0D%0A=&onLoad=%5Btype%20Function%5D&icon=%5Flevel0%2Eengine%2EIFC%2EFW%5FENT
===================
How do I get at just my returned data?
It doesn't seem to have a property.
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110817/d51c1807/attachment.html>
More information about the Xerte
mailing list