L layla Member Joined Apr 26, 2005 Messages 21 Programming Experience Beginner Apr 27, 2005 #1 Does anyone know the code in vb.net for doing a simple division? I want to be able to divide all the contents (double numbers) of an array by the contents of another array and display them on the gui. Thanks!
Does anyone know the code in vb.net for doing a simple division? I want to be able to divide all the contents (double numbers) of an array by the contents of another array and display them on the gui. Thanks!
TPM Well-known member Joined Dec 7, 2004 Messages 623 Location CA Programming Experience 3-5 Apr 27, 2005 #2 VB.NET: textbox.text = array1(0) / array2(0) Upvote 0 Downvote