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 IamaSherpa 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. petetepeke

    Matrix Vector

    Hi. I want to assign the first row of a matrix to a vector of the same type.How can i do it? .... TYPE matrix is array (integer range<>,integer range<>) of integer TYPE vector is array (integer range<>) of integer; .... a: matrix(0 TO 10,0 TO 10); b: vector(0 TO 10); .... --I've considered this...

Part and Inventory Search

Back
Top