Post Reply 
APP spreadsheet insert values [Solved]
12-14-2015, 09:37 PM
Post: #17
RE: APP spreadsheet insert values
I am unable to see this. I turned on Portuguese just to make sure language wasn't a part.

This was the code I tried in the spreadsheet app function. I had 1 2 3 4 in my list. I also tried with other values, and with an empty list. It works fine with either the Cell(a,1) or Cell(1,a)[/code]

Code:
START()
BEGIN
local a;
for a:=1 to length(L1) DO
Cell(1,a):=L1(a);
END;
END;

[code]
//this code crashes prime..............
for a:= 1 to length(L1) do
Cell(1,a):= L1(a);
end;
//...........................................


Am I misunderstanding you here?

TW

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


Messages In This Thread
RE: APP spreadsheet insert values - toshk - 12-14-2015, 11:51 AM
RE: APP spreadsheet insert values - Tim Wessman - 12-14-2015 09:37 PM
RE: APP spreadsheet insert values - toshk - 12-14-2015, 11:27 PM



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