Jump to content

Recommended Posts

Posted

  On 8/13/2013 at 9:13 PM, mlipok said:

in AutoIt/Language Reference/Directive

 

 

 

why instead of just once quoted example is not the list that appears when you click the link?

No idea. Will have a look at why this is and see if a fix won't break something. Probably will though!

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I Check History in Beta

 

  Quote
Functions can now be referenced in variables and the function can be called through the variable.

 

 

Can You do any example in help

in this section AutoIt/Language Reference/Function

 

ps.

HelpFile v3.3.9.16 (Beta)

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 there is an example in IsFunc & FuncName, so could add a reference to those functions.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)
I looked at it and I have this observation.
The accompanying examples are really good.
But I mean that, when added new functionality associated with the use of this function it would be to describe it in the documentation "AutoIt / Language Reference / Function" but EDIT: not only by way of example
 
 
for example:
"Functions can be referenced in variables and the function can be called through the variable. Example can be see in IsFunc and FuncName"
 
 
Anyway, I think You know how to be well described :)
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
  On 8/13/2013 at 9:16 PM, guinness said:

No idea. Will have a look at why this is and see if a fix won't break something. Probably will though!

I removed directives.htm and changed the appropriate file(s).

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

  On 8/13/2013 at 9:34 PM, mlipok said:

I looked at it and I have this observation.

The accompanying examples are really good.

But I mean that, when added new functionality associated with the use of this function it would be to describe it in the documentation "AutoIt / Language Reference / Function" but EDIT: not only by way of example

 

 

for example:

"Functions can be referenced in variables and the function can be called through the variable. Example can be see in IsFunc and FuncName"

 

 

Anyway, I think You know how to be well described :)

I will just add a link to look at those examples. No point in duplicating code all over the place.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

in

"AutoIt / Language Reference / Operators"

 

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

 

I try to use It but there is no example 

Can You post here a simple example ?

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)

There is, click the question mark.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted (edited)

in ConsoleWrite

  Quote

 

To print the hex representation of binary data, use the String() function to explicitly cast the data to a string.

 

please add link to String()

EDIT:

the same ConsoleWriteError

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

in DirRemove

  Quote

Some directory attributes can make the deletion impossible, therefore if this is the case look at FileSetAttrib to change the attributes of a directory.

 

 

Please add link to FileSetAttrib

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 8/13/2013 at 9:49 PM, mlipok said:

in ConsoleWrite

 

 

please add link to String()

 

EDIT:

the same ConsoleWriteError

Done.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

in FileCopy

  Quote

 

Some file attributes can make the overwriting impossible, if this is the case look at FileSetAttrib to change the attributes of a file.

 

Please add link to FileSetAttrib

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)

  On 8/13/2013 at 9:51 PM, mlipok said:

in DirRemove

 

 

Please add link to FileSetAttrib

  On 8/13/2013 at 9:54 PM, mlipok said:

in FileCopy

 

 

Please add link to FileSetAttrib

Done.

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

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Yeah, but as I said the build scripts are so convoluted it's easier to do some things beforehand.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

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

in FileCreateNTFSLink

  Quote
FileDelete or FileMove can be used on hardlink.

 

in FileDelete

  Quote

 if this is the case look at FileSetAttrib to change the attributes of a file.

 

in FileFindFirstFile

  Quote

functions you must call FileClose() to release the search handle

 

in FileGetVersion

  Quote

(see MSDN StringFileInfo in VerQueryValue function).

 

in FileMove (and please remove " after adding link)

  Quote

Because AutoIt lacks a "FileRename" function, use FileMove to rename a file!

 

in FileOpenDialog

in FileSaveDialog

  Quote

@WorkingDir is changed on successful return.

 

 

in FileWriteLine

  Quote

The text to write cannot contain Chr(0) characters

 

in IniWrite

in IniWriteSection

  Quote

first create an .ini file by using the FileOpen function

 

 

in FileMove

in FileSetAttrib (and here You can also use the Wildcards ? )

in FileSetTime (and here You can also use the Wildcards ? ) 

 

please add "See FileFindFirstFile for a discussion of wildcards." just lik in FileRecycle , FileCopy, FileDelete

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 8/13/2013 at 10:21 PM, AZJIO said:

You will gradually turn your text into HTML

Well that's how it has been for a long time.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 8/13/2013 at 10:20 PM, AZJIO said:

mlipok

SetError - Press the color text in the description and examples. So it is necessary?

 

I see Your Russian translation

It is good idea to color any function, directive or macro names

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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