Thank you anup
but my code is wrong
I wanted to input (only number) 4 after a big string
Example:
"Number of Plants: 4"
this line wrote in flp.txt file. I have to input only "4" which is stay end of this line.
I wanted to say that I have a .txt file and I want to input some information like this way
Plants 4
WareHouse 5
Demand 15 18 14 20
Capacity 20 22 17 19 18
Transport Cost 4000, 2000, 3000, 2500, 4500
2500, 2600, 3400, 3000, 4000
1200, 1800, 2600, 4100, 3000
2200, 2600, 3100, 3700, 3200
I need those information using different different array after that I need to calculate those data.
I hope you can understand.....