-
Notifications
You must be signed in to change notification settings - Fork 3
Additional issues (VS)
viltbalint edited this page Jan 11, 2018
·
1 revision
- http://digital.ni.com/public.nsf/allkb/C4D7D4F0F33098CC86257F46005D52F2
- https://stackoverflow.com/questions/35477266/non-zero-indexed-array
- Use VS_2013
- Convert class to a cluster
- Build two dimensional array from one
- Create a method which instantiates array (set as return value in build spec)
var myStringArray = LabViewDLL.Utility.createStringArray();
LabViewDLL.doSomeOperationWithArray(myStringArray);