Modify

Opened 14 years ago

Closed 14 years ago

#1188 closed Bug (No Bug)

EnvGet("CD"), EnvGet("TIME"), EnvGet("RANDOM") display blank

Reported by: Txj Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

in Chinese WinXP + SP2, AutoIt 3.3.0.0 code like this

MsgBox(0,"cd", EnvGet("cd"))
MsgBox(0,"time", EnvGet("time"))
MsgBox(0,"random", EnvGet("random"))
MsgBox(0,"username", EnvGet("username"))

only the last MsgBox( ) display correct, the first three MsgBox( ) display blank.

why ? a bug ?

Maybe this bug exists in english WinXP + SP2.

Attachments (0)

Change History (1)

comment:1 Changed 14 years ago by Valik

  • Resolution set to No Bug
  • Status changed from new to closed

Try asking on the forum where this belongs. Or better yet, trying learning on your own what environment variables are because clearly you do not know.

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.