Jump to content

Recommended Posts

Posted

I just run this exe:

  Quote

 

OK
Line 3881  (File "Z:TOOLsMacro    FORUM_UDF_MAKERsFunctionNameLister.exe"):

Error: Array variable has incorrect number of subscripts or subscript dimension range exceeded.

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

Posted (edited)

When I use:

  Quote

 

"z:TOOLsMacro    FORUM_UDF_MAKERsFunctionNameLister.exe" "z:TOOLsMacro    FORUM_UDF_MAKERsQuickPDF.au3"

 

then I get:

  Quote

 

Could not make a back up of the original file.

 

EDIT:

but:

when I try:

  Quote

 

"z:TOOLsMacro    FORUM_UDF_MAKERsFunctionNameLister.exe" z:11QuickPDF.au3

 

then I get:

  Quote

 

Line 3943  (File "Z:TOOLsMacro    FORUM_UDF_MAKERsFunctionNameLister.exe"):

Error: Variable used without being declared.

 

I attach my script

 

 

Edited by mLipok
file removed look in download section for QuickPDF.au3

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

Posted (edited)

I don't see these two lines in your source:

#region ; Functions 
#endregion ; Functions

Paste those where you want your list of functions.

I will make a warning for when these two lines are not found.  Thank you!

Edited by jaberwacky
Posted (edited)

You're welcome!

Edited by mLipok

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

Posted

but after adding

#region ; Functions
#endregion ; Functions

problem still exist: Error: Variable used without being declared.

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

Posted (edited)

Do not do a warrning but in that case use FileOpenDialog()

EDIT: typo

Edited by mLipok

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

Posted (edited)

take a look

 

Edited by mLipok
File removed, look in download section for QuickPDF.au3

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

Posted (edited)

FileFullPath ?

EDIT:
this one ?

  Reveal hidden contents

Edited by mLipok

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

Posted

Where do you have this posted?

# 37 FunctionNameLister
command.37.$(au3)="$(SciteDefaultHome)\FunctionNameLister\FunctionNameLister.exe" "$(FilePath)"
command.name.37.$(au3)=FunctionNameLister
command.shortcut.37.$(au3)=Ctrl+Shift+Alt+f
command.save.before.37.$(au3)=1
command.is.filter.37.$(au3)=1
Posted

aa.... you mean this: "c:Program Files (x86)AutoIt3SciTEPropertiesau3.properties"

Ok I add

# 37 FunctionNameLister
command.37.$(au3)="$(SciteDefaultHome)\FunctionNameLister\FunctionNameLister.exe" "$(FilePath)"
command.name.37.$(au3)=FunctionNameLister
command.shortcut.37.$(au3)=Ctrl+Shift+Alt+f
command.save.before.37.$(au3)=1
command.is.filter.37.$(au3)=1

to this file: "c:Program Files (x86)AutoIt3SciTEPropertiesau3.properties"

and when I use CTRL+SHIFT+ALT+f   in SciTE4AutoIt then I get this:

  Quote

 

OK
Line 3943  (File "C:Program Files (x86)AutoIt3SciTEFunctionNameListerFunctionNameLister.exe"):

Error: Variable used without being declared.

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

Posted

well, I was obstinate :D

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

Posted
  On 6/28/2014 at 3:33 AM, jaberwacky said:

mLipok, the master of finding bugs.

hahahah.....

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

Posted (edited)

I have few feature request but now I'am tired - time to go sleep.

for example:

; this is the tag that FunctionNameLister looks for when inserting the function list.
Const $tag_begin = IniRead(@ScriptDir & '\FunctionNameLister.ini','settings','$tag_begin',"#region ; Functions")

Const $tag_end = IniRead(@ScriptDir & '\FunctionNameLister.ini','settings','$tag_end',"#endregion ; Functions")

EDIT:

and

$tag_begin

$tag_end

as a RegExp ?

Edited by mLipok

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...