Microsoft
Software
Hardware
Network
Question : Flash AS2 loop through array using bracket notation
The following code shows the value as undefined:
for (m in workBox.pictureBox) {
trace("gInitialImageSize[m
][1]: " + gInitialImageSize[m][1]);
}
When I look at the array, all the values are good as follows:
gInitialImageSize: 90,112,90,112,90,112
my syntax is not correct when looping. What should it be?
Answer : Flash AS2 loop through array using bracket notation
Can you share gInitialImageSize array, how you are assigning values to it
And "workBox.pictureBox" relation with gInitialImageSize ?
Random Solutions
How do I set up VB.Net to use libcurl?
Canon iR 2200 set IP adrress
during hibernation, what happens to transactions
How can you search e-mail within Outlook 2010 and not use the index?
New Hire Workflow in WSS
Roaming Profiles in Windows 7 Pro and SBS 2008
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
How to prevent a directory from being deleted
Basic php/mysql questions
Is there a way to provide a range of values to the decode feature of SQL Query?