Skip to content

Commit d4f5911

Browse files
authored
Update 594-file-open.markdown
1 parent 829611e commit d4f5911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_build/reference/594-file-open.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With OPEN you can also open a network connection. Depending on the kind of conne
2828
| URL | `open "http://api.duckduckgo.com/?q=Cars&format=json" as #1`
2929
| Image | `open "http://img2.wikia.nocookie.net/__cb20150113215904/farmville/images/9/92/Lumberjack_Gnome-icon.png" as #1` |
3030
| Socket | `open "SOCL:192.168.178.76:8080" as #1` |
31-
| Serial Port (RS232) | `open "COM1:19200" as # 1` |
31+
| Serial Port (RS232) | `open "COM1:19200" as #1` |
3232

3333
More information with examples can be found in the article "Network programming".
3434

@@ -83,7 +83,7 @@ close #1
8383
### Example 3: Open a COM port (RS232)
8484

8585
```
86-
open "COM1:19200" as # 1 ' Open COM1 with 19200 bauds
86+
open "COM1:19200" as #1 ' Open COM1 with 19200 bauds
8787
8888
while (eof(1)) ' Loop until connection is closed
8989

0 commit comments

Comments
 (0)