07-14-2020 05:01 AM
Okay I understand, but i have problems with read this .csv file and show it on my graph. How i am supposed to do this?
07-14-2020 07:02 AM
Hi Matipa,
@Matipa wrote:
Okay I understand, but i have problems with read this .csv file and show it on my graph. How i am supposed to do this?
You can use ScanFromString with the very same format string to convert the time/date string into a timestamp…
Basically you reverse the string formatting to get back your original data (more or less).
07-14-2020 07:04 AM
Did you use a comma or a tab to deliminate your values? Looking at your result, I don't think you put in any deliminator between your values. Please repost your code so we can see what you currently have. For instance, I didn't see where your first value is coming from in your previous code.
07-14-2020 08:29 AM
Here i upload the latest version of my program.
I know that in the very first code i didn't have first value, now should be okay.