loop inside special XML loop doesn 't trace? 2004-03-02 - By Merrill, Jason
Back Ah - yeah, just saw that. I knew it was something stupid. Thanks.
Jason Merrill ICF Consulting Government e-Learning Solutions icfconsulting.com
:::>-- --Original Message-- -- :::>From: Clint Little [mailto:clittle@(protected)] :::>Sent: Tuesday, March 02, 2004 5:00 PM :::>To: flashnewbie@(protected) :::>Subject: Re: [Flashnewbie] loop inside special XML loop :::>doesn't trace? :::> :::> :::>for(j=0; j>=2; j++){ :::> :::>You have j >=2 which j will never get. :::> :::>HTH, :::> :::>-- Clint :::> :::>On 3/2/04 4:44 PM, "Merrill, Jason" :::><JMerrill@(protected)> wrote: :::> :::>> Help me with this: :::>> :::>> //this isn't the entire code, just the relevant parts: :::>> :::>> function parseTestXML(){ :::>> for(var child = this.firstChild.firstChild; child != null; child :::>> child.nextSibling){ :::>> trace("found node: "+child.nodeName+" ID: :::>"+child.attributes.ID);//this traces :::>> fine :::>> for(j=0; j>=2; j++){ :::>> trace("inside loop")//this never traces!!! :::>> } :::>> trace("outside loop")//this traces fine!! :::>> } :::>> } :::>> :::>> Why does it never trace inside the inner loop? Must be :::>Something I'm not :::>> seeing? :::>> :::>> :::>> Jason Merrill :::>> ICF Consulting Government e-Learning Solutions :::>> icfconsulting.com :::>> :::>> :::>> :::>> :::>> :::>> NOTICE: :::>> This message is for the designated recipient only and may :::>contain privileged :::>> or confidential information. If you have received it in :::>error, please notify :::>> the sender immediately and delete the original. Any other :::>use of this e-mail :::>> by you is prohibited. :::>> :::>> :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ------ :::>> Supported by Fig Leaf Software :::>> :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ------ :::>> Lower Prices for Certified Training! Check out new lower :::>prices for :::>> Certified Macromedia Training from Fig Leaf Software. Expand your :::>> skill set with courses in ColdFusion, Flash, Rich Internet :::>> Applications and .NET in the new year. Fig Leaf Software provides :::>> the highest caliber instruction at our training centers :::>in Washington :::>> D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or :::>on-site at :::>> your location. :::>> :::>> Get the details at http://training.figleaf.com/ :::>> :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ---- -- :::>> To unsubscribe, e-mail: :::>flashnewbie-unsubscribe@(protected) :::>> For additional commands, e-mail: :::>flashnewbie-help@(protected) :::>> :::>> :::> :::> :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ------ :::>Supported by Fig Leaf Software :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ------ :::>Lower Prices for Certified Training! Check out new lower prices for :::>Certified Macromedia Training from Fig Leaf Software. Expand your :::>skill set with courses in ColdFusion, Flash, Rich Internet :::>Applications and .NET in the new year. Fig Leaf Software provides :::>the highest caliber instruction at our training centers in :::>Washington :::>D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at :::>your location. :::> :::>Get the details at http://training.figleaf.com/ :::>-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- :::>-- ---- -- :::>To unsubscribe, e-mail: :::>flashnewbie-unsubscribe@(protected) :::>For additional commands, e-mail: :::>flashnewbie-help@(protected) :::> :::> :::>
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- -- To unsubscribe, e-mail: flashnewbie-unsubscribe@(protected) For additional commands, e-mail: flashnewbie-help@(protected)
|
|