execute "select Var from Auth WHERE Name='title.up.color'" in {sql} and store the result in {_out::*}
send "%{_out::Var::1}%" to console
To nie działa:
set {_name} to "title.up.color"
execute "select Var from Auth WHERE Name='%{_name}%'" in {sql} and store the result in {_out::*}
send "%{_out::Var::1}%" to console
Pytanie
test1224334 2
To działa:
execute "select Var from Auth WHERE Name='title.up.color'" in {sql} and store the result in {_out::*} send "%{_out::Var::1}%" to console
To nie działa:
set {_name} to "title.up.color" execute "select Var from Auth WHERE Name='%{_name}%'" in {sql} and store the result in {_out::*} send "%{_out::Var::1}%" to console
Dlaczego 2 opcja nie działa????
Odnośnik do komentarza
Udostępnij na innych stronach
6 odpowiedzi na to pytanie
Rekomendowane odpowiedzi
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.