win2k Posted July 24, 2006 Posted July 24, 2006 How do you go about combining two strings? would it be like Send($string1 + $string2) ? and how would this work with the msgbox() function?
nfwu Posted July 24, 2006 Posted July 24, 2006 The concatination (combining two strings) operatior is &. It works like this: Send($string1 & $string2) #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
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