logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
mcook75  
#1 Posted : Friday, December 4, 2020 9:24:21 PM(UTC)
mcook75

Rank: Member

Groups: Registered
Joined: 10/21/2020(UTC)
Posts: 17
United Kingdom
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.
Users browsing this topic
Guest
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.