2011-10-18 09:01:52 UTC
i'm using an unordered list ( the arraylist function in vb) to store ingredients that a user must time in - ive added item , quantity and ingredients to the list by doing item.add and storing the user's answer
when i am writing the file to a text file and storing it in my H drive , i am only getting fragmented pieces of the values i inputted into the disk , i'm sure i've done the code properly , and have used the vb string conversion function , and used the proper case function for the text. i cant take any code out of the room so this is the best description i can give. do you have any idea what could be wrong
eg my input would be : recipe_name = curry, ingredients = 1, item = curry powder , units= kilgrams , number_of_people_it_serves = 1
when this is written, i would find in my H drive :
file name = curry , which is correct
but the text inside that file is :
C
1
this is all i'm getting, do you have a clue what the problem is ?