Hi Uwe,
Thanks for your reply and help. The examples work well.
Thanks
Search found 2 matches
- Fri 14. Oct 2016, 15:39
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: File Open Dialog
- Replies: 2
- Views: 4312
- Thu 13. Oct 2016, 16:43
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: File Open Dialog
- Replies: 2
- Views: 4312
File Open Dialog
Hi,
In my project I need to open a file for Text Streaming
' Open file for input streaming
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0
Dim fso, f, ts
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso ...
In my project I need to open a file for Text Streaming
' Open file for input streaming
Const ForReading = 1, ForWriting = 2, ForAppending = 8
Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0
Dim fso, f, ts
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso ...