Results 1 to 5 of 5
Thread: HOw to Store Data in An Array
- 04-05-2011, 11:09 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 52
- Rep Power
- 0
- 04-05-2011, 04:43 PM #2
Member
- Join Date
- Dec 2010
- Posts
- 12
- Rep Power
- 0
When you parse in the data in through a loop, if the words are being read in as English, Hindi, English, Hindi, English, ect, then just have a boolean value called isEnglishWord or something. Flip the value with "isEnglishWord = !isEnglishWord" after each pass of the loop. You will need to set up an if else statement to store each word in it's proper array.
Hope this helps,
Eric
- 04-05-2011, 06:21 PM #3
Member
- Join Date
- Apr 2011
- Location
- Athens, Greece
- Posts
- 52
- Rep Power
- 0
How do you get the data from the excel file? csv file?
- 04-05-2011, 08:53 PM #4
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 3
- 04-06-2011, 04:00 AM #5
Member
- Join Date
- Mar 2011
- Posts
- 52
- Rep Power
- 0
Similar Threads
-
store data into an array from a file
By chopo1980 in forum New To JavaReplies: 10Last Post: 11-13-2009, 09:48 AM -
Comparing two data types in order to store in array
By gwithey in forum New To JavaReplies: 3Last Post: 05-01-2009, 10:27 AM -
How to add an integer to a array element and the store that backinto an array.
By Hannguoi in forum New To JavaReplies: 1Last Post: 03-31-2009, 06:40 AM -
Store textfile data in an array
By mokonji in forum New To JavaReplies: 4Last Post: 02-22-2009, 05:28 PM -
how to store the data in data base
By eclipse3.4ide in forum New To JavaReplies: 5Last Post: 02-03-2009, 04:25 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks