Welcome, Guest
  • Author Topic: Rebuilding data structure  (Read 481 times)

    Edward Collin

    • Server what's that
    • *
    • Posts: 1
      • View Profile
      • Chihuahua Training
    Rebuilding data structure
    « on: 12/06/10, 01:37 »
    OK, after spending countless hours weeding through this forum, I've been able to record and capture mouse movements into an array and write that array to a database.
    NOW, I need to create a second flash file thats an admin tool to view peoples submissions. I have gotten as far as setting up a scrolling text field that loads htmltext into it including links to an asfunction: command that calls another function. Thats where i'm stuck. I need to get an array (similar to xpos2(1,0,0,0,0,1,12,0,0,0,0,0,2,5,0,0,0,0,0,6...e tc) back on the second call to the database. Can someone help me out with this?

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Rebuilding data structure
    « Reply #1 on: 12/06/10, 05:34 »
    This depends on, how you stored it in the database.

    If it is stored as a string, you can use the split command, to split the string into array elements.
    happy flashing
    8)
    Ronald