Modify ↓
Opened 15 years ago
Closed 15 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 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
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.