TripleDES Posted October 16, 2008 Posted October 16, 2008 Just trying to declare a quick variable such as: $file = "path/to/file" and then call it with: Send("copy " $file " here") However, that doesn't work and neither does: Send("copy " . $file . " here") Where am I going wrong? Thanks!
TripleDES Posted October 16, 2008 Author Posted October 16, 2008 I think I found it:& Concatenates/joins two strings. e.g. "one" & 10 (equals "one10")
dbzfanatic Posted October 16, 2008 Posted October 16, 2008 Please edit your posts instead of posting new unless someone has already posted. Since you found your answer please put "[sOLVED]" (without quotes) in your topic title. Yes you need to put & between things. MsgBox(0,"Trial","Send this variable: " & $var) Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
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