Has anyone pondered how Panorama X and AI can play together?
Using Gemini, i queried: write a program in Panorama X to calculate the number of days until Christmas
I got;
(1) Search for the Panorama X function or method to retrieve the current date.
(2) Find the standard way to represent the date for Christmas (December 25th) in Panorama X’s date format.
(3) Research the Panorama X function or method to calculate the difference between two dates, specifically to get the number of days.
(4) Look for examples or documentation on date calculations within Panorama X.
(5) Investigate if there are any built-in functions or common practices in Panorama X for date arithmetic.
(6) Find information on how to display the calculated number of days in a Panorama X program.
When I tried this a week ago, it actually came up with a Panorama formula, which looked OK, but was missing a few steps.