Jump to content

variables


Recommended Posts

I create several variables and want to send them to a file. I have played with the ClipPut command and am having trouble figuring out how I would do this. I am new to programming and would appreciate any assistance you could provide.

This is a snippet of the code:

ClipPut($var1 & $var2 & $var3 & $var4)

$bak = ClipGet()

MsgBox(0, "Clipboard contains:", $bak)

I want the output of this to create a file that looks like this:

Welcome $var1 !!!

Your account has been activated.

Your login is $var2 and you password is $var3

You password will expired in $var days.

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