Snarg Posted April 27, 2004 Posted April 27, 2004 Stupid Send command. It looks like it should be so easy and I am certain it is. I seem to be having a hard time getting it to send some text with a variable. This is what I have: Send ( 'text' & $Variable ) All I get is a error. Once again, any help would be greatly appreciated. Thank you. A little reading goes a long way. Post count means nothing.
Administrators Jon Posted April 27, 2004 Administrators Posted April 27, 2004 That looks fine. What error are you getting? Does $variable contain special characters, if so use the raw mode: Send ( 'text' & $Variable, 1 )
Snarg Posted April 27, 2004 Author Posted April 27, 2004 Thanks Jon! A little reading goes a long way. Post count means nothing.
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