Jump to content

Report Help file errors here (Part 2)


Jos
 Share

Recommended Posts

Done.

I'm thinking about creating a script to parse these functions.

 

Your idea gave me food for thought.
 
Are you in the appended examples, the result that each function name was a link to a proper description of the Function?

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

I think that if any part of the script is displayed in the "SciTe" in a way that changes the color of the text in the editor, it would be just as well if the documentation presented certain phrases (names of functions, macros, directives, and any other words reserved by the programming language) using adequate colors.

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

Your idea gave me food for thought.

 

Are you in the appended examples, the result that each function name was a link to a proper description of the Function?

No. Only those that appear in the remarks for now.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

I think that if any part of the script is displayed in the "SciTe" in a way that changes the color of the text in the editor, it would be just as well if the documentation presented certain phrases (names of functions, macros, directives, and any other words reserved by the programming language) using adequate colors.

I think that the beginner will determine types of elements of programming by color.

Link to comment
Share on other sites

No. Only those that appear in the remarks for now.

And if in the future?
Is this concept is taken into account?

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

I think that the beginner will determine types of elements of programming by color.

exactly

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

And if in the future?

Is this concept is taken into account?

No, not for the next release at least.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

ProcessList - Painted array

; two-dimensional array  [0][0]
$tmp2 = StringRegExpReplace($tmp2, '(?<![\w$>])(\$\w+?)(\[)([\dnx])(\]\[)([\dn])(\])', '<font class="S91">\1</font><font class="S81">[</font><font class="S31">\3</font><font class="S81">][</font><font class="S31">\5</font><font class="S81">]</font>')
; the one-dimensional array of  [0]
$tmp2 = StringRegExpReplace($tmp2, '(?<![\w$>])(\$\w+?)(\[)([\dn])(\])', '<font class="S91">\1</font><font class="S81">[</font><font class="S31">\3</font><font class="S81">]</font>')
Link to comment
Share on other sites

There is, click the question mark.

 

now I see

Can You change in Language Reference - Operators

 

Select conditionally an expression. e.g. $condition ? $expression1 : $expression2    ($expression1 if $condition is True or $expression2 if False)

 

to something like that

 

Select conditionally an expression. e.g. $condition ? $expression1 : $expression2    ($expression1 if $condition is True or $expression2 if False). See for ternary operator description.

 

 

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

now I see

Can You change in Language Reference - Operators

to something like that

Already done.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

in GUI Management / GUICreate

 

By default the dialog box is non sizable and non maximizable. So WS_SIZEBOX or WS_MAXIMIZEBOX can be used in the style parameter.
As defining only one style just set this style don't forget to combine it with default ones, i.e. just defining WS_SIZEBOX will not set WS_MINIMIZEBOX, WS_CAPTION, WS_POPUP, WS_SYSMENU. So the best method to define a resizeable window is to use WS_OVERLAPPEDWINDOW.

there is not $ mark

for example

WS_SIZEBOX >> $WS_SIZEBOX

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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

I Check History in Beta

  • Added: Array access on expression: StringSplit("a,b", ",")[1]
  • Added: Dot access on expression: ObjCreate("Shell.Application").GetSystemInformation("DirectoryServiceAvailable") 
  • Added: Built-in functions that take a callback now be passed directly in addition to the old method of passing as a string. Built-in functions can also be passed now (be careful that the function you pass matches what the caller expects).
  • Added: Expression as default function parameter.
  • Added: With...EndWith can be used on expressions having dot-access.
  • Added: Nested "With...EndWith". 

 

Whether the documentation is prepared for an example or a description for this new functionality ?.

proposal example:

$sFirstElement = StringSplit('TEST1|TEST2|TEST3', '|')[1]
$sSecondElement = StringSplit('TEST1|TEST2|TEST3', '|')[2]
$sThirdElement = StringSplit('TEST1|TEST2|TEST3', '|')[3]
ConsoleWrite( _
        $sFirstElement & @CRLF & _
        $sSecondElement & @CRLF & _
        $sThirdElement & @CRLF _
        )
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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

in GUI Management / GUICreate

there is not $ mark

for example

WS_SIZEBOX >> $WS_SIZEBOX

 

These constant names are from Microsoft. The dollar sign is added to comply with the current AutoIt syntax. I do not believe this is a mistake, but I also haven't checked the description.

Edited by czardas
Link to comment
Share on other sites

@Strag EDIT: @Starg

check Your version of HelpFile

write only if something is wrong with current beta version of HelpFile

in v3.3.9.16 (Beta)

StringRegExpReplace ( "test", "pattern", "replace" [, count = 0] )
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:

Spoiler

Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind. 

My contribution (my own projects): * Debenu Quick PDF Library - UDF * Debenu PDF Viewer SDK - UDF * Acrobat Reader - ActiveX Viewer * UDF for PDFCreator v1.x.x * XZip - UDF * AppCompatFlags UDF * CrowdinAPI UDF * _WinMergeCompare2Files() * _JavaExceptionAdd() * _IsBeta() * Writing DPI Awareness App - workaround * _AutoIt_RequiredVersion() * Chilkatsoft.au3 UDF * TeamViewer.au3 UDF * JavaManagement UDF * VIES over SOAP * WinSCP UDF * GHAPI UDF - modest begining - comunication with GitHub REST APIErrorLog.au3 UDF - A logging Library * Include Dependency Tree (Tool for analyzing script relations) * Show_Macro_Values.au3 *

 

My contribution to others projects or UDF based on  others projects: * _sql.au3 UDF  * POP3.au3 UDF *  RTF Printer - UDF * XML.au3 UDF * ADO.au3 UDF SMTP Mailer UDF * Dual Monitor resolution detection * * 2GUI on Dual Monitor System * _SciLexer.au3 UDF * SciTE - Lexer for console pane

Useful links: * Forum Rules * Forum etiquette *  Forum Information and FAQs * How to post code on the forum * AutoIt Online Documentation * AutoIt Online Beta Documentation * SciTE4AutoIt3 getting started * Convert text blocks to AutoIt code * Games made in Autoit * Programming related sites * Polish AutoIt Tutorial * DllCall Code Generator * 

Wiki: Expand your knowledge - AutoIt Wiki * Collection of User Defined Functions * How to use HelpFile * Good coding practices in AutoIt * 

OpenOffice/LibreOffice/XLS Related: WriterDemo.au3 * XLS/MDB from scratch with ADOX

IE Related:  * How to use IE.au3  UDF with  AutoIt v3.3.14.x * Why isn't Autoit able to click a Javascript Dialog? * Clicking javascript button with no ID * IE document >> save as MHT file * IETab Switcher (by LarsJ ) * HTML Entities * _IEquerySelectorAll() (by uncommon) * IE in TaskSchedulerIE Embedded Control Versioning (use IE9+ and HTML5 in a GUI) * PDF Related:How to get reference to PDF object embeded in IE * IE on Windows 11

I encourage you to read: * Global Vars * Best Coding Practices * Please explain code used in Help file for several File functions * OOP-like approach in AutoIt * UDF-Spec Questions *  EXAMPLE: How To Catch ConsoleWrite() output to a file or to CMD *

I also encourage you to check awesome @trancexx code:  * Create COM objects from modules without any demand on user to register anything. * Another COM object registering stuffOnHungApp handlerAvoid "AutoIt Error" message box in unknown errors  * HTML editor

winhttp.au3 related : * https://www.autoitscript.com/forum/topic/206771-winhttpau3-download-problem-youre-speaking-plain-http-to-an-ssl-enabled-server-port/

"Homo sum; humani nil a me alienum puto" - Publius Terentius Afer
"Program are meant to be read by humans and only incidentally for computers and execute" - Donald Knuth, "The Art of Computer Programming"
:naughty:  :ranting:, be  :) and       \\//_.

Anticipating Errors :  "Any program that accepts data from a user must include code to validate that data before sending it to the data store. You cannot rely on the data store, ...., or even your programming language to notify you of problems. You must check every byte entered by your users, making sure that data is the correct type for its field and that required fields are not empty."

Signature last update: 2023-04-24

Link to comment
Share on other sites

Please do a link in this HelpFiles section (requested link word are underlined

in FileCreateNTFSLink 

in FileDelete

in FileFindFirstFile

in FileGetVersion

in FileWriteLine

in IniWrite

in IniWriteSection

Done. I also did these...

Revision: 8509

Author: guinness

Date: 14 August 2013 09:01:28

Message:

Added: Direct links in the remarks.

----

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ACos.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ASin.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ATan.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Asc.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Assign.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/AutoItSetOption.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BinaryToString.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitAND.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitNOT.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitOR.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BitXOR.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/BlockInput.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Break.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/CDTray.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Call.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Chr.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ConsoleRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlClick.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlCommand.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ControlSend.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DirMove.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCall.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackFree.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackGetPtr.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllCallbackRegister.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllOpen.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructCreate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructGetData.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DllStructGetPtr.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSetLabel.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSpaceFree.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveSpaceTotal.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/DriveStatus.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/EnvSet.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/EnvUpdate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Eval.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileCreateNTFSLink.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileCreateShortcut.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileDelete.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileExists.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFindFirstFile.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFindNextFile.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileFlush.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileGetAttrib.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileGetEncoding.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileInstall.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileMove.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileOpen.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileReadLine.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileSetPos.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileWrite.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FileWriteLine.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/FtpSetProxy.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICreate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateAvi.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateButton.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateCheckbox.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateCombo.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateDate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateDummy.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateEdit.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateGraphic.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateGroup.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateIcon.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateInput.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateLabel.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateList.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateListView.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateListViewItem.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateMenuItem.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateObj.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreatePic.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateProgress.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateRadio.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateSlider.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTab.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTabItem.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTreeView.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlCreateTreeViewItem.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlDelete.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlRecvMsg.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSendMsg.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetBkColor.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetCursor.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetData.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetFont.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetGraphic.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetImage.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetOnEvent.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUICtrlSetState.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetCursorInfo.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetMsg.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIGetStyle.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIRegisterMsg.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetAccelerators.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetCursor.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISetOnEvent.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUIStartGroup.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/GUISwitch.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/HotKeySet.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/HttpSetProxy.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InetClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InetGet.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniWrite.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IniWriteSection.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/InputBox.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Int.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsDeclared.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsInt.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/IsNumber.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Mod.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseDown.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseMove.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MouseUp.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/MsgBox.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ObjCreate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ObjCreateInterface.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/PixelSearch.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProcessClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProcessWaitClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ProgressOn.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Random.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RegRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Run.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunAs.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunAsWait.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/RunWait.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SRandom.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Send.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SendKeepActive.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SetError.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SetExtended.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ShellExecute.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Shutdown.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SoundPlay.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SplashImageOn.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/SplashTextOn.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Sqrt.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StatusbarGetText.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StderrRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StdinWrite.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StdoutRead.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringFormat.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringFromASCIIArray.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringInStr.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsAlNum.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsAlpha.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsFloat.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsInt.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsLower.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsSpace.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsUpper.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringIsXDigit.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringRegExp.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringReplace.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringSplit.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringStripWS.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringToASCIIArray.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringTrimLeft.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/StringTrimRight.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPNameToIP.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPRecv.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPSend.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPShutdown.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TCPStartup.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/Tan.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TimerInit.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/ToolTip.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TrayItemSetOnEvent.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetIcon.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetOnEvent.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetPauseIcon.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TraySetToolTip.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/TrayTip.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/UBound.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/VarGetType.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinActivate.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinClose.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinExists.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetCaretPos.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetClassList.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetClientSize.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetPos.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetText.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinGetTitle.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinKill.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMenuSelectItem.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMinimizeAll.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMinimizeAllUndo.txt

Modified : /trunk/docs/autoit/english/txt2htm/txtFunctions/WinMove.txt

in FileMove (and please remove " after adding link)

There is no FileRename, so why would I link to it.

in FileOpenDialog

in FileSaveDialog

I will consider linking to macros later.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

in GUI Management / GUICreate

 

there is not $ mark

for example

WS_SIZEBOX >> 

$WS_SIZEBOXThey are MSDN constants. If a Dev wants me to change then I will. But for now I won't change.

UDF List:

 
_AdapterConnections()_AlwaysRun()_AppMon()_AppMonEx()_ArrayFilter/_ArrayReduce_BinaryBin()_CheckMsgBox()_CmdLineRaw()_ContextMenu()_ConvertLHWebColor()/_ConvertSHWebColor()_DesktopDimensions()_DisplayPassword()_DotNet_Load()/_DotNet_Unload()_Fibonacci()_FileCompare()_FileCompareContents()_FileNameByHandle()_FilePrefix/SRE()_FindInFile()_GetBackgroundColor()/_SetBackgroundColor()_GetConrolID()_GetCtrlClass()_GetDirectoryFormat()_GetDriveMediaType()_GetFilename()/_GetFilenameExt()_GetHardwareID()_GetIP()_GetIP_Country()_GetOSLanguage()_GetSavedSource()_GetStringSize()_GetSystemPaths()_GetURLImage()_GIFImage()_GoogleWeather()_GUICtrlCreateGroup()_GUICtrlListBox_CreateArray()_GUICtrlListView_CreateArray()_GUICtrlListView_SaveCSV()_GUICtrlListView_SaveHTML()_GUICtrlListView_SaveTxt()_GUICtrlListView_SaveXML()_GUICtrlMenu_Recent()_GUICtrlMenu_SetItemImage()_GUICtrlTreeView_CreateArray()_GUIDisable()_GUIImageList_SetIconFromHandle()_GUIRegisterMsg()_GUISetIcon()_Icon_Clear()/_Icon_Set()_IdleTime()_InetGet()_InetGetGUI()_InetGetProgress()_IPDetails()_IsFileOlder()_IsGUID()_IsHex()_IsPalindrome()_IsRegKey()_IsStringRegExp()_IsSystemDrive()_IsUPX()_IsValidType()_IsWebColor()_Language()_Log()_MicrosoftInternetConnectivity()_MSDNDataType()_PathFull/GetRelative/Split()_PathSplitEx()_PrintFromArray()_ProgressSetMarquee()_ReDim()_RockPaperScissors()/_RockPaperScissorsLizardSpock()_ScrollingCredits_SelfDelete()_SelfRename()_SelfUpdate()_SendTo()_ShellAll()_ShellFile()_ShellFolder()_SingletonHWID()_SingletonPID()_Startup()_StringCompact()_StringIsValid()_StringRegExpMetaCharacters()_StringReplaceWholeWord()_StringStripChars()_Temperature()_TrialPeriod()_UKToUSDate()/_USToUKDate()_WinAPI_Create_CTL_CODE()_WinAPI_CreateGUID()_WMIDateStringToDate()/_DateToWMIDateString()Au3 script parsingAutoIt SearchAutoIt3 PortableAutoIt3WrapperToPragmaAutoItWinGetTitle()/AutoItWinSetTitle()CodingDirToHTML5FileInstallrFileReadLastChars()GeoIP databaseGUI - Only Close ButtonGUI ExamplesGUICtrlDeleteImage()GUICtrlGetBkColor()GUICtrlGetStyle()GUIEventsGUIGetBkColor()Int_Parse() & Int_TryParse()IsISBN()LockFile()Mapping CtrlIDsOOP in AutoItParseHeadersToSciTE()PasswordValidPasteBinPosts Per DayPreExpandProtect GlobalsQueue()Resource UpdateResourcesExSciTE JumpSettings INISHELLHOOKShunting-YardSignature CreatorStack()Stopwatch()StringAddLF()/StringStripLF()StringEOLToCRLF()VSCROLLWM_COPYDATAMore Examples...

Updated: 22/04/2018

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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