orgad111 Posted October 12, 2014 Posted October 12, 2014 There is any way to _ArrayDisplay without the "rows" coulm to get just the output
Luigi Posted October 12, 2014 Posted October 12, 2014 Maybe? #include <Array.au3> Local $var[] = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] _ArrayDisplay($var, "_ArrayDisplay", 0, 64) Visit my repository
orgad111 Posted October 12, 2014 Author Posted October 12, 2014 (edited) Thank you but I want that after I copy it to the clip board I'll get something like : Bla Test Bobo Nvm I found my answer : Arraytoclip Thx Edited October 12, 2014 by orgad111
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