Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. eipisquared

    declaring an array as an element inside of a structure..HELP

    This seems straight forward and simple...I want to create an array as one of the elements inside my structure, but when I go to run the code it gives me an exception...HELP!!! Public Class Form1 Private Structure Polynomial Dim degree As Int16 Dim coeffArray() As Double End Structure Private...

Part and Inventory Search

Back
Top