HP Forums
Clearing a Spreadsheet App - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: Clearing a Spreadsheet App (/thread-14857.html)



Clearing a Spreadsheet App - Gene222 - 04-16-2020 06:50 PM

I trying to write a custom spreadsheet app where the user enters the input using the INPUT command, and the program functions writes the output to the spreadsheet. How can one programmatically clear the spreadsheet, so that I have an empty or blank spreadsheet to listthe output results?


RE: Clearing a Spreadsheet App - Carlos295pz - 04-16-2020 07:35 PM

ToolBox Menus/App/Spreadsheet/Fuctions/ClearCell()


RE: Clearing a Spreadsheet App - Gene222 - 04-16-2020 08:03 PM

...Toolbox/App/Spreadsheet/Functions...right in front of me...Thanks.