12
07
2008
MS Navision - The File Data Type
Posted by: kaizenlog in Navision, tags: MS Navision - The File Data TypeMS Navision - The File Data Type
To gain access to an external file, you must declare a variable of type File.
File is a complex data type, which has methods to:
- Open;
- Read;
- Write;
- Close.
Declare variable for every file you want to access at the same time.
You can access multiple files with one variable declaration but you can only access them one at a time.
Welcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. You can also share this post with your friends by clicking on the 'ShareThis' button above. Thanks for visiting!









Entries (RSS)