tamir 0 Posted February 22, 2005 it can send messages to controls and call dlls, can it also use structures, macros and notifications? Share this post Link to post Share on other sites
layer 2 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 Share this post Link to post Share on other sites
Blue_Drache 260 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 Share this post Link to post Share on other sites
tamir 0 Posted February 22, 2005 umm actually i meant structures, macros and notifications of controls such as edit, listbox, etc.here's an example Share this post Link to post Share on other sites
Jos 2,172 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. Share this post Link to post Share on other sites
Encryption 0 Posted February 22, 2005 Not supported .... (yet)<{POST_SNAPBACK}>That made me very excited. Share this post Link to post Share on other sites
layer 2 Posted February 23, 2005 grrr, thats what i was talking about! FootbaG Share this post Link to post Share on other sites
tamir 0 Posted February 23, 2005 yea, i think u should add it to ur projects list Share this post Link to post Share on other sites