Forum Discussion
karkadil
12 years agoValued Contributor
Once again, you are mixing the 2 DDT approaches.
In the loginfunction you shouldn't try to access CurrentDriver property.
You need something like this
var mycsv = DDT.CSVDriver("C:\foldername\filename.txt");
mycsv.DriveMethod(...)
In the loginfunction you shouldn't try to access CurrentDriver property.
You need something like this
var mycsv = DDT.CSVDriver("C:\foldername\filename.txt");
mycsv.DriveMethod(...)
Related Content
- 11 years ago
Recent Discussions
- 11 hours ago