Jump to content

tcpsend space


 Share

Recommended Posts

Hi all

i need a space between user and the $use var

TCPSend( $Socket,"user"<--space-->&$use &@CR)

so when it sends it would look like user michael

now it looks like usermichael i need to space the user and michael

would there be a way to do this ?

i don't know how to do this in au3

thank you

michael

$use= IniRead("test.ini", "user", "key", "NotFound")
TCPSend( $Socket,"user"&$use &@CR)
Link to comment
Share on other sites

"user" & " " = "user "

spaces are those transparant things between words.

you make them with that big long bar at the bottom of your keyboard.

Edited by w0uter

My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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