this is on my main timeline with a stop(); after it. numAuctions is a var I have loaded in and it is equal to 4. (I know b/c i traced it right before this code.) Auction_URL[0--->3] give all real values. when i do it manually (no for loop), it works:Code://item var sum=""; for (i=0; i < numAuctions; i++) { sum += Auction_URL[i] + "\n"; } trace(sum); item=sum;
outputs what it should when i trace. what is the problem here? if you can get this you are a real winner b/c it's been killng me for hours and hours. thanks in advance.Code:item=Auction_URL[0]+"\n"+Auction_URL[1]+"\n"+Auction_URL[2]+"\n"+Auction_URL[3]+"\n";




Reply With Quote