Jump to content

How to create a struct data


Recommended Posts

Structures have limited use in AutoIt. They are basically used for marshaling data to native dlls.

You can use them in code, but I don't know efficient they are under current implementation (seeing as I'm not a developer).

You'd be better off using an array to represent your structure and just use index 0 as name, 1 as address, etc.

Link to comment
Share on other sites

I can't understand about using DLL in Autoit. Function "DllStructCreate" in Autoit have to use datatype basic as "int;ubyte;uint". But I don't see them in "DataType" of Autoit in the part "Language Reference-->Datatypes". I want to know all datatypes in Autoit and datatype basic as int,float installed in hardware (in CPU) or in software.

I know from "Autoit Help" datatype Int

Int(0/0) returns -9.22337203685478e+018, if you were wondering.

So I think it can't installed in CPU. It installed in memory and I installed under functions.

I need to help

Link to comment
Share on other sites

I can't understand about using DLL in Autoit. Function "DllStructCreate" in Autoit have to use datatype basic as "int;ubyte;uint". But I don't see them in "DataType" of Autoit in the part "Language Reference-->Datatypes". I want to know all datatypes in Autoit and datatype basic as int,float installed in hardware (in CPU) or in software.

I know from "Autoit Help" datatype Int

Int(0/0) returns -9.22337203685478e+018, if you were wondering.

So I think it can't installed in CPU. It installed in memory and I installed under functions.

I need to help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...