tamir Posted February 22, 2005 Posted February 22, 2005 it can send messages to controls and call dlls, can it also use structures, macros and notifications?
layer Posted February 22, 2005 Posted February 22, 2005 from what i understand, no... do you mean structures associated with DllCall? if you do, then no.. maybe you mean something else? FootbaG
Blue_Drache Posted February 22, 2005 Posted February 22, 2005 (edited) 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/NextDo/UntilIf/Then/Elseif/EndifSelect/CaseFunc/EndFuncThose are all structures, no?wait...No... you're thinking of a UDF....I found a definition of structures from this C++ pageBy 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. Edited February 22, 2005 by Blue_Drache Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
tamir Posted February 22, 2005 Author Posted February 22, 2005 umm actually i meant structures, macros and notifications of controls such as edit, listbox, etc.here's an example
Developers Jos Posted February 22, 2005 Developers Posted February 22, 2005 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.
Encryption Posted February 22, 2005 Posted February 22, 2005 Not supported .... (yet)<{POST_SNAPBACK}>That made me very excited.
layer Posted February 23, 2005 Posted February 23, 2005 grrr, thats what i was talking about! FootbaG
tamir Posted February 23, 2005 Author Posted February 23, 2005 yea, i think u should add it to ur projects list
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now