Append a line to a table

leadssolution

Новичок
Регистрация
13.06.2016
Сообщения
12
Благодарностей
2
Баллы
3
I am trying to append a line to a table and cannot.
It just overwrites.

My process is grab the variable, write it to cell A1 and repeat for each variable to produce a row A1-J1.
Then I move on to scrape the next page, and need the variables to go into the next row A2-J2.

I tried add a line, but maybe I am not using it correctly.
I have searched for the answer or example, but cannot come up with the solution.

Can anyone point me in the right direction?

Thanks
 

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113
The better practice is to add full new line. You need to store all needed data in different variables. Once you have them just add line line {-Variable.var1-}{-String.Tab-}{-Variable.var2-}{-String.Tab-}{-Variable.var3-}
and so on.
Example is needed if you will nopt be able to do this :-)
 
  • Спасибо
Реакции: mta

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)