Jump to content

Assigning long varaibles...please help!


Monty
 Share

Recommended Posts

Thank you for replying all, but I was after something else.

My mistake that I did not phrase the question correctly...sorry.

Now what I am actually after is storing a long file in a script, so at the press of a button, it will create the file or put it on clipboard, or something. I know I can do...

$var = "bla bla bla" & _

"bla bla bla" & _

and so on but the document are way to long (but under 2147483647) and frequently edited.

Link to comment
Share on other sites

If you want something to be "stored" in a script so that it's still there after the script is closed, you would have to create a file with the data to be stored and fileread that into a variable when the script starts.

The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.

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...