Solved
MathCad 15, ListBox, VBscript, Array
- April 24, 2017
- 2 replies
- 5527 views
Hi, I haven't been using MathCad 15 very much and am relatively new to coding.
I'm having trouble using VBscript to get my List Box to do what I want it to do
In my MathCad file I've created a Matrix. I then created an array that holds the first column of the matrix. I want to feed that array into the ListBox to populate the List and then return the index of the selection from the listbox.
I can't seem to get the ListBox to populate with the Array. I'm using ListBox.AddString () and keep getting the error "Type mismatch: 'ListBox.AddString'"
I'm not able to use the Array as I'd hoped
Please provide guidance, resources or tips
Thanks

