Post Reply 
APP spreadsheet insert values [Solved]
12-09-2015, 05:51 AM
Post: #2
RE: APP spreadsheet insert values
Hello,

Yes, it is.

Make a copy of the spreadsheet app (move cursor on spreadsheet and click on save) (let us call is sscpy)

start the app.
go in the program catalog, click on sscpy program and enter:
START()
BEGIN
local a;
for a:= 1 to 10 do
Cell(a,1):= a^2;
end;
END;

exit the program catalog, back in app view. Now, when you START the app (clicking on the app icon when in the APP catalog only starts the app if it was NOT the current app, so you need first to exit to another app and then return to sscpy), so, when you start the app, it will execute the START function and populate your spreadsheet.

cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: APP spreadsheet insert values - cyrille de brébisson - 12-09-2015 05:51 AM
RE: APP spreadsheet insert values - toshk - 12-14-2015, 11:51 AM
RE: APP spreadsheet insert values - toshk - 12-14-2015, 11:27 PM



User(s) browsing this thread: 1 Guest(s)