Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#1981 closed Feature Request (Rejected)

ConsoleWrite is too obscure

Reported by: new2net Owned by:
Milestone: Component: Documentation
Version: Severity: None
Keywords: StdOut ConsoleWrite Print Echo Cc:

Description

It took forever to find a post on the forums for the correct method to send data to stdout. It would be helpful for new users if you wrote a function called "Print" or "Echo" that would delegate the call to ConsoleWrite.

Even if you do not add such a feature, simply adding an alias in the documentation's function list would be incredibly helpful.

Perhaps "StdOutWrite" is more in touch with the AutoIt spirit.

Attachments (0)

Change History (3)

comment:1 Changed 13 years ago by TicketCleanup

  • Version Other deleted

Automatic ticket cleanup.

comment:2 Changed 13 years ago by Valik

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

I just opened the AutoIt help file and searched for "stdout" and the first result is ConsoleWrite(). If that is "obscure" then you have a very strange definition of the word.

As for the naming convention, it is consistent. Whenever AutoIt reads or writes to it's own stdin/stdout/stderr handles it uses a function prefixed with "Console". When it reads/writes to another applications it uses StdXXX. Two separate sets of functions which serve two different purposes with two different naming conventions.

comment:3 Changed 13 years ago by Jos

Did you try to use Search with keyword stdout?

Jos

Version 0, edited 13 years ago by Jos (next)

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.