Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2682 closed Feature Request (Rejected)

StdoutRead[2].au3 - proposal

Reported by: mlipok Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: Cc:

Description

Here is a second example proposal for StdoutRead()

#pragma compile(Console, true)
Local $hPID = Run("PowerCFG -L", @SystemDir, @SW_HIDE, 0x2), $output = ""
Do
    $output &= StdoutRead($hPID)
Until @error
ConsoleWrite($output)

Author: PincoPanco

Discussion:
http://www.autoitscript.com/forum/topic/159895-problem-with-stdoutread/

Attachments (1)

StdoutRead[2].au3 (182 bytes) - added by mlipok 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by mlipok

comment:1 Changed 10 years ago by guinness

  • Resolution set to Rejected
  • Status changed from new to closed

It doesn't comply with the AutoIt standards for the help file and is not a generic example.

comment:2 Changed 10 years ago by mlipok

I'm sorry I will try to adapt.
If there is, please link or description, containing a set of rules you mentioned.

comment:3 Changed 10 years ago by guinness

It's not so much about the style, just the example doesn't provide any additional information than what has already been provided.

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.