XBenny Posted July 22, 2011 Posted July 22, 2011 existe alguma função que retorna todas as strings de um script?--- pt to enis there any function that returns all strings from a script?Thx.
wakillon Posted July 23, 2011 Posted July 23, 2011 existe alguma função que retorna todas as strings de um script? --- pt to en is there any function that returns all strings from a script? Thx. Try ConsoleWrite ( FileRead ( @ScriptFullPath ) & @CRLF ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
twitchyliquid64 Posted July 23, 2011 Posted July 23, 2011 If you readin the script using the file functions, you can then use string UDF functions to search for and parse "" characters. ongoing projects:-firestorm: Largescale P2P Social NetworkCompleted Autoit Programs/Scripts: Variable Pickler | Networked Streaming Audio (in pure autoIT) | firenet p2p web messenger | Proxy Checker | Dynamic Execute() Code Generator | P2P UDF | Graph Theory Proof of Concept - Breadth First search
XBenny Posted July 23, 2011 Author Posted July 23, 2011 @wakillon Preciso pegar somente as strings --- pt to en Gotta catch only the strings @hyperzap Qual udf eu preciso usar? --- pt to en What I need to use udf? Thx.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now