We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec1ea5 + 07522e6 commit 329511bCopy full SHA for 329511b
visual-basic/algorithms/fso/io/write-binary-file/index.md
@@ -12,7 +12,7 @@ The below snippet will overwrite the data in the destination binary file
12
Dim arr(5237) As Byte
13
arr(0) = 12: arr(1) = 1: arr(2) = 0
14
...
15
-WriteByteArrToFile("C:\MyFolder\MyFile.dat")
+WriteByteArrToFile "C:\MyFolder\MyFile.dat", arr()
16
~~~
17
18
Code will automatically create new file if it doesn't exist.
0 commit comments