VSTA block array

VSTA block array

Hi i need some help with starting with the VSTA.
I want to store data in a variable using the block array functions in order to display data with the extended trend. However i succed with writing and reading data using these two lines

this.Variables().Item("Testar_int2").set_Value(0, 300);

string tal1= this.Variables().Item("Testar_int").get_Value(0).ToString();


However i dont now how to use the block array function. Any one that have done this before?
Thanks in advance

Using C#programming language



This is a migrated post! Originally posted on 24.03.2017 by user nirren1992. Please be aware that information can be outdated.