Jump to content

Recommended Posts

Posted

Hi dear
I have a question please
Can we customize error messages in autoit script?
I mean internal error messages
for example
AutoIt Error
Line 4  (File "D:\my projects\NVDA Manager\New AutoIt v3
Script.au3"):
$script[1] = 1
$script^ ERROR
Error: Subscript used on non-accessible variable.
For example, I want to customize this message
Is this possible?
am waiting for your answers

Posted

You could mess with the resources of the compiled app with a resource editor but this may break your app in unexpected ways as well as the EULA. Check that.

A much better idea is to debug your program so there are no errors.

;o) Cor

nothing is foolproof to the sufficiently talented fool..

Posted

Try here:

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...