Jump to content

Search the Community

Showing results for tags 'records'.

  • 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. Hi, About 25 years ago I used to use (Turbo) Pascal about the sameway I use AutoIt now. Building little tools to make life easier. I remember, Turbo Pascal had data records, you could use with arrays and if memory serve me, you could even save en read the records to/from a file. See example at: http://pascal-programming.info/lesson11.php A Record is a datastructure with some variables in it, making it easy to manipulate. You could send or return a record to/from a function, so you don't have to work with global variables when you have to return multiple variabeles. You could read a bunch of recordsets as an array and just use MyArray [1].Name and MyArray[1].Surname, instead of MyArray[1][0] and MyArray[1][1] etc. making the source easier to read. My question, is something like records implemented into Autoit, is there somekind of UDF that will do the trick or is these feature somehow planned for the future? Regards, Jem. P.s. sorry for using the link, but I started explaining this record thing and found that the link eplainded it better than I could ever do!
×
×
  • Create New...