No announcements
Found 1088436 threads
-
2 Votes
Array Index selection
Hi, //assume this array list contains 300 records ArrayList arr = LoadData(); int greaterIndex = -1; int arrValue = -1; for(int i = ...Answered | 3 Replies | 978 Views | Created by Dynamic Kriz - Wednesday, April 24, 2013 5:03 AM | Last reply by RohitArora - Wednesday, April 24, 2013 6:27 AM -
2 Votes
Index for an Array in the form of another Array
Method/function/operator Array.ContainsIndex() takes 2 parameters/arguments: (array, index).Answered | 4 Replies | 1507 Views | Created by Jibba j - Thursday, February 7, 2013 10:53 PM | Last reply by Jibba j - Friday, February 8, 2013 10:51 AM -
0 Votes
Index was outside the bounds of the array.
Hi Frhad Instead of use DataRow[] allRows = ds.Tables[0].Select("KPI=" + ...Answered | 5 Replies | 2189 Views | Created by Fahad Sarwar - Friday, November 2, 2012 10:46 AM | Last reply by Dummy yoyo - Monday, November 5, 2012 8:53 AM -
0 Votes
Indexing on array field
That one does have a possibility to create indexes on array fields.Answered | 4 Replies | 1610 Views | Created by sandeep_c24 - Monday, July 20, 2015 11:49 AM | Last reply by Madrus - Thursday, November 26, 2015 7:57 PM -
2 Votes
linq to fetch index of string array
Hi anbu; Given an array of columns names the following Linq query will return the index within the array of the requested column.Answered | 2 Replies | 2993 Views | Created by anbu jeremiah - Tuesday, May 21, 2013 9:03 AM | Last reply by Fernando Soto - MCSD - Wednesday, May 22, 2013 7:54 PM -
0 Votes
Index was outside the bounds of the array?
. -1 is not a valid array index so you get the "index was outside the bounds of the array" error.Answered | 1 Replies | 3878 Views | Created by adamskiii - Wednesday, January 26, 2011 9:06 PM | Last reply by Mike Danes - Wednesday, January 26, 2011 9:31 PM -
2 Votes
Troubles with my array index.
. /// </summary> /// <param name="index">The index of product.Answered | 1 Replies | 1242 Views | Created by qwerty00 - Sunday, April 14, 2013 5:55 AM | Last reply by Ehsan Mohammadi - Sunday, April 14, 2013 6:25 AM -
5 Votes
Extracting Index from an Array
The request is changed to pass the new array as a Byte instead of double.Answered | 17 Replies | 3233 Views | Created by sewiyew - Monday, November 8, 2010 5:08 PM | Last reply by sewiyew - Wednesday, November 10, 2010 8:11 PM -
0 Votes
Splitting array to sub array based on index
I would use a list<> object instead of an array.Answered | 2 Replies | 12215 Views | Created by Mrityunjay Learning - Monday, November 26, 2012 4:13 PM | Last reply by Joel Engineer - Monday, November 26, 2012 4:44 PM -
0 Votes
Index on array fields
Yes, automatic indexing supports ARRAY_CONTAINS.Answered | 1 Replies | 938 Views | Created by sandeep_c24 - Friday, October 2, 2015 10:46 AM | Last reply by Aravind Ramachandran - Friday, October 16, 2015 8:33 PM -
0 Votes
2d Array element selection
In C and C++, the array index is 0-based.Answered | 4 Replies | 1981 Views | Created by TwiceBorn - Saturday, May 4, 2013 9:23 PM | Last reply by Renjith V Ramachandran - Tuesday, May 7, 2013 11:59 AM -
0 Votes
Array out of Index Bounds
You redim the array before incrimenting DataValue, then using DataValue as an index.Answered | 5 Replies | 2307 Views | Created by mholmes_3038 - Friday, November 30, 2012 10:05 PM | Last reply by Family Tree Mike - Saturday, December 1, 2012 3:25 AM -
0 Votes
Index was outside the bounds of the array
I saw he got the error "I'm getting the error "Index was outside the bounds of the array" .Answered | 6 Replies | 6280 Views | Created by ascii234 - Thursday, March 24, 2011 4:30 AM | Last reply by Cookie Luo - Friday, March 25, 2011 9:54 AM -
1 Votes
Get indexer property of array type ?
What I mean is that extracting an element from an array of rank 1 doesn't involve calling an indexer as MSIL contains specialized instructions for that (ldelem and stelem).Answered | 3 Replies | 2147 Views | Created by IRW7 - Monday, July 30, 2012 1:43 PM | Last reply by Mario Cossi - Tuesday, July 31, 2012 2:44 AM -
0 Votes
Sheet index numbers used in an array of sheets
The really best way to reference worksheets without worry about their name changing is to have an array of the worksheet CODENAMEs and then associate each codename with a enumerator.Answered | 2 Replies | 2656 Views | Created by Russman1981 - Friday, December 7, 2012 3:48 PM | Last reply by Syswizard - Sunday, December 9, 2012 2:54 PM -
0 Votes
Accessing an Array variable by index
In C#, Array class is only a provider of array implementation andAnswered | 1 Replies | 770 Views | Created by labjac - Tuesday, June 23, 2020 5:26 AM | Last reply by cheong00 - Tuesday, June 23, 2020 5:46 AM -
0 Votes
Searching for Index of object in array
Just out of curiousity - I couldn't get it to work when the array (is it an array?)Answered | 4 Replies | 2193 Views | Created by BeFruitfulAndProgram - Monday, January 30, 2012 12:17 AM | Last reply by Acamar - Monday, January 30, 2012 10:27 PM -
0 Votes
Index was outside the bounds of the array.
objval is not declared as an array Dim objVal(10) as object also make ...Answered | 3 Replies | 1189 Views | Created by Ganesan C - Thursday, March 13, 2014 7:54 AM | Last reply by Rbie - Thursday, March 13, 2014 8:14 AM -
11 Votes
negative array index in vb8
@John i agree it would be easier to use a zero based array + offset the index accordingly, but that wasn't the original question thanks for any helpAnswered | 12 Replies | 6005 Views | Created by billdjax - Wednesday, May 11, 2011 3:19 PM | Last reply by John Anthony Oliver - Friday, May 13, 2011 11:27 PM -
0 Votes
Textbox array or indexes
You can define an array of TextBox and either fill it with TextBoxes that you created at design time, or that you create at run time.Answered | 1 Replies | 3986 Views | Created by Har Das - Tuesday, April 26, 2011 1:31 AM | Last reply by Blackwood - Tuesday, April 26, 2011 2:04 AM - Items 1 to 20 of 1088436 Next ›
No announcements