Jump to content

Create variable names during runtime...


Recommended Posts

Hi!

I'm trying to create several variables during script runtime:

For $i = 1 To 3
   $dummy & $i = "test_string"
   ConsoleWrite($dummy & $i & @CRLF)
Next

This should result in three different variables:

$dummy1

$dummy2

$dummy3

Any ideas?

Greets,

-supersonic.

Edited by supersonic
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...