billgatetlhai Posted May 31, 2009 Posted May 31, 2009 I used this code to get data from clipboard: clipget() When there are two or more files in clipboard, I want to split them into paths to copy them by autoit. who can help me. untitledd.bmp
herewasplato Posted May 31, 2009 Posted May 31, 2009 #include <Array.au3> $aPaths = StringSplit(ClipGet(), @LF) _ArrayDisplay($aPaths) [size="1"][font="Arial"].[u].[/u][/font][/size]
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