Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/2012 in all areas

  1. bogQ

    Difference between = and ==

    its your job (your as in figurative speech not pointing at you ) as a coder (programer - scripter or wot ever) not to let anythig slip pass you, to check for errors before reading return values. and not just to wite func in func all the time expecting that youl not have a single error. Edit: and to add to czards comment on my comment: do you read ini file and do stringsplit with no checking if iniread returned something and stringsplit variable returned array? as you tolded *only nest functions that you can guarantee won't fail* so don't nest them if you know that they can fail and then youl not have problems of checking for errors and trying to pass error to top func, if your code is properly sorted out. Nesting and expecting to find nested error (if you ask me) is dumb for putting in main program code.
    1 point
  2. water

    Variable Verification

    Glad we could help
    1 point
  3. water

    Variable Verification

    #include <Array.au3>is not needed to use function "IsArray". IsArray is part of AutoIt itself.
    1 point
  4. JohnOne

    Variable Verification

    And also UBound() will help verifying arrays size.
    1 point
  5. Scriptonize

    Variable Verification

    Did you check the IsArray() function?
    1 point
  6. Valik

    Post with blank title.

    I love people who's reaction to something they don't understand is to POST IN THE THREAD. Use your fucking brain. Now I can't delete this so I have to go to extra trouble to point out how stupid you are for posting in this thread (I'm not referring to water) and I have to rename it and lock it. Thanks asshole for creating 3x the work because you couldn't just pass right over something you don't understand.
    1 point
×
×
  • Create New...