Codemike Posted February 8, 2011 Posted February 8, 2011 How I can show $var value in msgbox? MsgBox( 0, "", $var ) don't work.
ZacUSNYR Posted February 8, 2011 Posted February 8, 2011 Yes it does? You are using a variable after it's been declared, correct? $var = "My Variable" MsgBox( 0, "", $var)
Codemike Posted February 8, 2011 Author Posted February 8, 2011 Yes it does? You are using a variable after it's been declared, correct? $var = "My Variable" MsgBox( 0, "", $var) Thanks. I'm new in functions.
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