Message 1 of 3
DosLib (dos_readdelimitedfile) strings and zeros
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I'm using dos_readdelimitedfile to read csv files. However, if I have a string like "00000240" the function reads it as 240.
Does anyone have an idea how to solve this problem?
Thank you!