faustf Posted November 26, 2015 Posted November 26, 2015 hi guyi look a this function _ArrayToString($aArray, @TAB, 1, 7))the tab is muh for me , is possible use a single space ?? exist @space , like macro ?? i look a manual but not find nothing some one can helo me ?? thnakzz
iamtheky Posted November 26, 2015 Posted November 26, 2015 use the space bar to indicate that you would like to use a space #include<array.au3> $aArray = stringsplit("this has spaces in it" , " " , 2) _ArrayDisplay($aArray) msgbox(0, '' , _ArrayToString($aArray , " ")) ,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-. |(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/ (_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_) | | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) ( | | | | |)| | \ / | | | | | |)| | `--. | |) \ | | `-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_| '-' '-' (__) (__) (_) (__)
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