Skip to content

Commit

Permalink
username
Browse files Browse the repository at this point in the history
  • Loading branch information
MakotoE committed Nov 13, 2023
1 parent 8ad6649 commit 9a62fa6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion en/macro/tutorial/tutorial_username.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ The following example demonstrates how to get the name of a current computer use

### \[JavaScript (JScript)\]

```
WshNetwork = new ActiveXObject( "WScript.Network" );

alert( "User Name = " + WshNetwork.UserName );
```

### \[VBScript\]

Expand Down
3 changes: 2 additions & 1 deletion ja/macro/tutorial/tutorial_username.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

### \[JavaScript (JScript)\]

```
WshNetwork = new ActiveXObject( "WScript.Network" );

alert( "User Name = " + WshNetwork.UserName );
```

### \[VBScript\]

Expand Down
3 changes: 2 additions & 1 deletion zh-cn/macro/tutorial/tutorial_username.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

### \[JavaScript (JScript)\]

```
WshNetwork = new ActiveXObject( "WScript.Network" );

alert( "User Name = " + WshNetwork.UserName );
```

### \[VBScript\]

Expand Down
3 changes: 2 additions & 1 deletion zh-tw/macro/tutorial/tutorial_username.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

### \[JavaScript (JScript)\]

```
WshNetwork = new ActiveXObject( "WScript.Network" );

alert( "User Name = " + WshNetwork.UserName );
```

### \[VBScript\]

Expand Down

0 comments on commit 9a62fa6

Please sign in to comment.