Modify ↓
#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 , on Sep 22, 2009 at 3:04:07 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

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.