Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7634757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:15:41+00:00 2026-05-31T07:15:41+00:00

I cant seem to work out to trace the content of a data grid

  • 0

I cant seem to work out to trace the content of a data grid i have populated with info;
Once I can work out how to trace it or each row i would push it into a new array for exporting.

so for example: i have a datagrid instanceNamed(info) //populated from a CVS file; text file//

containing 150 rows and 15 columns. I would simply like to trace this in the output window .From then i will work out how to write to disk.

i have been searching around but cant seem to find a solution to this problem.

thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T07:15:42+00:00Added an answer on May 31, 2026 at 7:15 am

    I have worked out how to trace a single cell or an entire DataGrid, Below is an example:

            function trace_dataGrid(){
            for (var k:Number = 0; k < DataGrid.length - 1; k++) {
            var info += DataGrid.getItemAt(k).Team_name + "," + 
                   DataGrid.getItemAt(k).Player_name+"\r\n";
                   trace(info);
                   }
            }
    

    OutPut
    Australia Footy,Bob
    Sydney Soccer,David
    Australia Cricket,Jim

    AS3 Data Grid Example ,Tracing cell or row values

    RunThrough:
    First creat a loop counter “k” which is checking the Data Grid “length”
    “get item AT” will check the first location,matching to the variable in the DataGrid
    “TeamName” / ” PlayerName is the next reference. After this has done it will repeat this “k++” Same structure until the condition is met(counter == datagrids Length-1) for better understanding the best bet would be how to structure Arrays,tuts ect.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cant seem to get CI2's captcha helper to work... Can someone point out
I got this. But i can't seem to work out how to get the
I can't seem to figure out how to get dependency injection to work in
I have been banging my head on and on, i cant seem to work
Afternoon, I cant seem to work out how to ignore if the following line
I cant seem to work out why: SELECT `Title`.`Title`, `FirstName`, `LastName`, `Address1`, `Address2`, `Town`.`Town`,
can't seem to get this parser to work for google maps, I think its
Can't seem to get protoRPC API on app-engine to work for me. This is
I can't seem to get F6 to work anymore to pull up the Execute
I can't seem to get anything to work with simpleXML for PHP. What is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.