Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Hello


Ammar Munir Feb 20, 2021 11:14 AM

I need to extract the month number (not mame) from each time step of certain table. What command I can use for that?

Thanks


smile Feb 21, 2021 04:13 PM

Hi 

with GetRecord you can put an array of data in a string and after with "string manipulation instruction" you can spilt the month number. 

you will have to do some testing but it's not complicated

Smile


jra Feb 23, 2021 02:28 PM

Also consider using the RealTime() instruction in your program and storing the month number in your data. See https://www.campbellsci.com/blog/crbasic-realtime-alias-declaration 

Log in or register to post/reply in the forum.