Hello,
i have a question. I have some Karel program which creates some file with actual date in format 25-JUN-24 which works great.
Name of file is created by script ,,file_name = SUB_STR(time_str, 1,9)" etc..
I am making some upgrades and need to create other file which name will be just actual YEAR (in format 24.file or 2024.file). How to write it? I think i dont get it properly how that stored bits in actual time work.
Thank you in advance