November 2Nov 2 Have several programs that set variables based on sunrise / sunset times for a specific location. They stopped working. Solution was to go to each reference line in my programs and hit "update" as the format changed from Minute or Hour to Raw. Previously this was "minute" or "hour" and in the program line, it ended with "minute" or "hour". After hitting update the "minute" and "hour" went away. Programs now work again. Original Program: $I_Naples_Sunrise_Hour = 'TimeData / Sunrise and Sunset Naples' Sunrise Hour Today Hour $I_Naples_Sunrise_hour_plus_3 = 'TimeData / Sunrise and Sunset Naples' Sunrise Hour Today Hour $I_Naples_Sunrise_hour_plus_3 += 3 $I_Naples_Sunrise_hour_plus_3 Init To $I_Naples_Sunrise_hour_plus_3 $I_Naples_Sunrise_minute = 'TimeData / Sunrise and Sunset Naples' Sunrise Minute Today minute $I_Naples_Sunrise_minute Init To $I_Naples_Sunrise_minute $I_Naples_Sunrise_Hour Init To $I_Naples_Sunrise_HourNew Program: See above.. the words Hour and Minute are gone once updated.
Create an account or sign in to comment