Modify

Opened 16 years ago

Closed 16 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 by Valik, 16 years ago

Resolution: No Bug
Status: newclosed

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.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.