Changes between Initial Version and Version 1 of Ticket #730


Ignore:
Timestamp:
12/07/08 18:49:51 (16 years ago)
Author:
Valik
Comment:

It does not crash in the current beta, it gives an error which is the correct behavior since it is not valid code. I suggest you learn *this* language and don't try to apply conventions from other languages to ours because chances are you just make yourself look foolish.

While on the subject of looking foolish, please learn how to report bugs. You set several fields that are not your place to set. You both attached code and included code inline (without proper tags to mark it as code). And finally the code itself is stupid. You can demonstrate the problem with a single line yet you posted a full script with #include dependencies we can't meet due to missing files.

Anyway, since this doesn't crash in the beta I'm closing it as won't fix.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #730

    • Property Status changed from new to closed
    • Property Milestone changed from 3.2.13.12 to
    • Property Resolution changed from to Wont Fix
    • Property Severity changed from Blocking to None
  • Ticket #730 – Description

    initial v1  
    88
    99It may be tied into some other parts of the code for that reason:
    10 
     10{{{
    1111#include <GUIConstants.au3> ; enable gui elements like forms buttons and pix
    1212#include "speak.au3" ;  enble speak("text") function
     
    8686        $InCombat = Binary
    8787EndFunc
    88 
     88}}}
    8989PS: it's incomplete & untested was just seeing if some new parts would work... the speach.au3 is my own work just includes the Agent links through AutoIT.. & works fine with other code I have. Also dislexic so sorry for any coding typos or abnormalities.
    9090