K kike Новичок Регистрация 21.02.2014 Сообщения 5 Благодарностей 0 Баллы 1 26.02.2014 #1 I'm reading variable values by using something like: Код: var a = '{-Variable.data-}'; Can i do the same to get able to put or read values from/to a list? Actually, i need to insert values in a list...at least for now
I'm reading variable values by using something like: Код: var a = '{-Variable.data-}'; Can i do the same to get able to put or read values from/to a list? Actually, i need to insert values in a list...at least for now
bigcajones Client Регистрация 09.02.2011 Сообщения 1 216 Благодарностей 683 Баллы 113 26.02.2014 #2 You can just use List processing action for this. No need for javascript. It is memory intensive.
K kike Новичок Регистрация 21.02.2014 Сообщения 5 Благодарностей 0 Баллы 1 26.02.2014 #3 I have experience with jquery, and i'm using jquery in some parts of my script right now. It is easier for me select complex elements with more accurately than regex. So, it is not possible, right?
I have experience with jquery, and i'm using jquery in some parts of my script right now. It is easier for me select complex elements with more accurately than regex. So, it is not possible, right?
darkdiver Administrator Команда форума Регистрация 13.01.2009 Сообщения 2 285 Благодарностей 2 730 Баллы 113 26.02.2014 #4 It is not possible to work with lists and tables via JavaScript You can use C# macro for this. http://help.zennolab.com/en/v5/zennoposter/5.1/webframe.html
It is not possible to work with lists and tables via JavaScript You can use C# macro for this. http://help.zennolab.com/en/v5/zennoposter/5.1/webframe.html
K kike Новичок Регистрация 21.02.2014 Сообщения 5 Благодарностей 0 Баллы 1 26.02.2014 #5 I need to improve my skills in C#, i know a bit about VB.net, so it should be not so hard. Thanks for your help guys.
I need to improve my skills in C#, i know a bit about VB.net, so it should be not so hard. Thanks for your help guys.