Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MTS can't read an ASCII file
Message
From
05/06/1998 14:38:32
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
MTS can't read an ASCII file
Miscellaneous
Thread ID:
00105287
Message ID:
00105287
Views:
65
The same code in Visual Basic will be able to read an ascii file while a COM object version of it to run under MTS can't.

Open "c:\test.txt" For Input Shared As #1
Line Input #1, lcLine

If this is run from Visual Basic, lcLine will contains the value of the first line of c:\test.txt. If this is run from a COM object version of it, a blank line will be returned.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform