[Xerte] What part of the object am I looking at?
Dave Burnett
d_b_burnett at hotmail.com
Wed Aug 17 11:40:22 BST 2011
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/37eb8e02/attachment.html>
More information about the Xerte
mailing list