Integer to String data type conversion in JSL
Hi, This is my first post in the forums.I am attempting to concatenate a number to a string for the purpose of saving a timestamp to an image name like so:ChartName << save picture ("file_name" || "date" || ".png", png);However, JSL will not allow the date information to be concatenated because it is an integer and not a string.I gather datetime information usingyyyy = year(today());hh = hour(to...