Jump to content

Recommended Posts

Posted

hi guy

i 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

 

 

Posted

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 , " "))

 

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...