Jump to content

acidman

Active Members
  • Posts

    263
  • Joined

  • Last visited

About acidman

  • Birthday 12/19/1990

Profile Information

  • Location
    South-Africa

acidman's Achievements

Universalist

Universalist (6/7)

5

Reputation

  1. Mostly win xp/win7/win8 and Ms office
  2. Guys dont take offence. ik ben heel blij jullie allemaal leren elkaar zo goed kennen. Maar alsjeblieft willen we het onderwerp houden aan de topic, het gaat over een fundamentele speeleitjie. hehehehehehehehe
  3. Then do as you please, this is just a forum, my life does not revolve around it... Make your move Man!
  4. Please man, don't make me laugh!!! @ Jos, you can Ban my nick completely if your ego will grow a bit more. I REALLY, REALLY, REALLY don't care if I get banned. I don't need anyone's help from this forum I can code in autoit very well by myself FOR YOUR INFORMATION. I don't know if you've noticed but after my 20'ieth post I started helping other people with Coding. And there's Google so do what you please, it really doesn't concern me!!!
  5. Guys take it down a notch, I am not as intelligent as you all with your absurd numbers of posts. I am still considered a newbie aren't I?
  6. I know where to declare variables haha, I was just writing a quick piece of code. I'm sure that one global declaration inside a func won't make my script crash...
  7. Aaaaah ok that makes a lot of sense, thanks man. I am copying your script btw, it is a revelation.
  8. Ok this is as far as I get, but if they do the same Job why have two of the same things? Test1() Func Test1() Global Enum $Iconst = 2 Consolewrite($iconst * 2) Test2() EndFunc Func Test2() Const $Iconst1 = 10 Msgbox(64, "" , $iconst * $iconst1, 10) Exit EndFunc
  9. Ok so I refered to the helpfile and executed the example, so then I tried it myself but apparently I don't have a clue what is enum and what is it used for? Can someone maybe help here!
  10. Ahhh mannn!!!! I have been struggling to get that type of return for a long time now damn, enum just made my day!! Ok wait maybe I should, check out the stuff I never really cared about!
  11. Ok one more question I have for you if that's ok, let's say a user has a very slow pc. Is there a way I could limit the amount of data written into the memory/variable(s)?
  12. Since we're on the topic of variables what is enum used for anyway? I'm a bit lazy to search, so perhaps you could tell me?
  13. I only use dim for arrays, because I thought it was the best scope for arrays... As understood from the helpfile.
  14. No not actually, you got me there... Who reads through 200+ posts anyway?
  15. What are you guys on about really? I have no problems with Globals, I usually use global when I have a pre defined string or maybe a number, I've seen a few threads on statics but there's no use for me to use it. Global, local and Dim works fine for me in all cases, from my point of view I don't see the need for other scopes...
×
×
  • Create New...