Rank: Member
Groups: Registered
Joined: 10/21/2020(UTC) Posts: 17 Location: Bulkington Thanks: 5 times
|
I'm trying to work out how to implement a variable array in vMix Nothing too complex, I just want to fill in some text boxes, but rather than so 100 variables, i wanted to create a single array and have it run through adding 1 and updating the text, as well as learn and understanding arrays, for future scripting! below is a VERY basic test of an array Dim arr as string()
arr(0) = "xxx"
Console.WriteLine (arr(0))
however although it saves correct (so the syntax is right), it produces an error! For some reason, I just can't quite get it, so any help would be apricated.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close