Jump to content

Search the Community

Showing results for tags '2-dimensional'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Good evening I was looking around the forum if I could find a function that allows to convert a string into a 2 dimensional array... The first column of the array is always the same, but the rows could change... I have a pattern like: Column A|Column B Static Text 1|Data 1 Static Text 2|Data 2 Static Text 3|Data 3 Static Text 4|Data 4 Where, Static Text (1...4) will be always the same, and I don't want to change them... But, Data 1...4 are dynamic fields... So, I could have the pattern above AND I coould have the pattern I'm going to show you right below Column A|Column B Static Text 1|Data 1 Static Text 2|Data 2 Static Text 3|Data 3 Static Text 4|Data 4 Static Text 1|Data 5 Static Text 2|Data 6 Static Text 3|Data 7 Static Text 4|Data 8 How can I do in this case? Thanks for everyone's help
×
×
  • Create New...