Jump to content

does autoit support structures, and other stuff?


tamir
 Share

Recommended Posts

from what i understand, no... do you mean structures associated with DllCall? if you do, then no.. maybe you mean something else?

<{POST_SNAPBACK}>

AFAIK:

For/Next

Do/Until

If/Then/Elseif/Endif

Select/Case

Func/EndFunc

Those are all structures, no?

wait...

No... you're thinking of a UDF....I found a definition of structures from this C++ page

By the C++ definition of structures then, a UDF or User Defined Function would be a structure.

Dim $pi = 3.1415926535897932384626433832795

Circle(25,50,10)
StringFormat(var1=%.2d,var2=%.2d,$area,$circumference)
MsgBox(0,"Circle Functions","Area: " & $area & @LF & "Circumference: " & $circumference)

Func Circle($centerX,$centerY,$radius)
   Global $circumference = 2*$pi*$radius
   Global $area = $pi*$radius^2
EndFunc

"A structure is a collection of variable declarations grouped together under a single name called the structure tag. "

We call those functions. :lmao: Edited by Blue_Drache

Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache

Link to comment
Share on other sites

  • Developers

umm actually i meant structures, macros and notifications of controls such as edit, listbox, etc.

here's an example

<{POST_SNAPBACK}>

Not supported .... (yet)

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...