Post Reply 
APP spreadsheet insert values [Solved]
12-14-2015, 11:51 AM
Post: #15
RE: APP spreadsheet insert values
i have a list say L1={1,2,3,4} which can vary in size depending on the question.
i want to output this "variable list" into a spreadsheet column A. and possibly from an external app.

//this code crashes prime..............
for a:= 1 to length(L1) do
Cell(1,a):= L1(a);
end;
//...........................................
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 - toshk - 12-14-2015, 11:27 PM



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