Jump to content

Reading and printing Variables


Opinical
 Share

Recommended Posts

Long story short I'm making a new script and having an issue reading and writing variables in the same script.

So basically I want the script to read a variable then print it. Just curious.

"So, long story short, I have a question about something that somebody did somewhere in response to something that someone else wanted."

Care to elaborate? :)

Link to comment
Share on other sites

"So, long story short, I have a question about something that somebody did somewhere in response to something that someone else wanted."

Care to elaborate? :)

Wow now that is vague lol. I asked my question, I wanted to know how I can read and then print a variable.

*BTW: Love the Ava*

Link to comment
Share on other sites

Wow now that is vague lol. I asked my question, I wanted to know how I can read and then print a variable.

Your question was nearly just as vague... but i'll stab at the dark...

$Variable = "Monkey" ;declare variable
$Variable2 = $Variable ;read $Variable and declare it to $Variable2
Msgbox(0,"",$Variable2) ;get the value of $Variable2 and display in a a msgbox

Does that help?

PS-

*BTW: Love the Ava*

Thanks :)
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...