on 2017 Dec 22 12:54 PM
Bom dia!
Alguém consegue me ajudar? Tenho uma variável que funciona como contador "x". Preciso inserir a variável em: session.findById("wnd[0]/usr/subINCLUDE1XX:SAPMM61R:0750/tblSAPMM61RTC_EZ/txtMDEZ-EXTRA[5,1]").Text
O último número dentro do colchete significa a linha de determinada informação, porém, quando insiro a variável do contador, o script não está trazendo valor nenhum.
exemplo:
session.findById("wnd[0]/usr/subINCLUDE1XX:SAPMM61R:0750/tblSAPMM61RTC_EZ/txtMDEZ-EXTRA[5,x]").Text
Request clarification before answering.
Utilize a seguinte expressão:
session.findById("wnd[0]/usr/subINCLUDE1XX:SAPMM61R:0750/tblSAPMM61RTC_EZ/txtMDEZ-EXTRA[5," & x & "]").Text
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
29 | |
9 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.