as an update sometimes the output lists are randomly multiplied beyond just being doubled
as one instance a vb.net component has as a test 60 oncurves as an input and another 75 curves as a second input. passing the only code as 'outputA = inputA' and 'outputB = inputB' made outputA a list with 120 items and outputB a list with 5625 items (75^2). as above is this a function of me not using vb.net properly or is something more structural at work? jonathon On Jan 14, 7:00 pm, urbansurgery <[email protected]> wrote: > the output lists from a vb component appear to always be duplicated. > is this something wrong in my vb.net knowledge > > syptom persists even if making simple asignments (output = 1 giving a > list of 1,1) so no point in posting code
