Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm having some issues dealing with data I have received from an Excel file. I'm using a routine I found called GetExcel which pulls data from a spreadsheet and stores them as a list. My issue is that the list doesn't contain numbers (although Excel does) so I cannot use them like I need to.
Currently I have the following when I ask to print my list (called tslst).
tslst
(("0") ("250") ("500") ("750") ("1000") ("1250"))
From what I can tell, these are not numbers. How can I convert them? I've tried atof.
Solved! Go to Solution.