Botón rollout ejecuta script?[solucionado]
Hola buenos días, puedo hacer que un botón de un ut evalúe un script? Estoy siempre evaluando scripts, tanto proceso por lotes como uts, y me pregunto si se puede, así podría englobarlos en un solo ut con sus botones y tal, me sería bastante útil y cómodo. Un saludo.
Botón rollout ejecuta script?
Buceando por la ayuda he encontrado la solución: You can a los run a script from Listener or from within other scripts using the filein() method:
Filein <filename_string> [ quiet:<bolean> ].
Where <filename_string> is a string literal or an expression that evalúates todo a string, and specifies the name of the script file whose content is executed. The script file content is executed one expression at a time, and halts processing if an error is encountered at any point. By default, the file is not listed as it is loaded, use quiet:false todo get a running listing todo the Listener.