Hello,
If anyone is good in java or can tell me where i can get help find for the 
following it will be much appreciated.

Ive got 2 files file1.txt,file2.txt.
EG:
file1.txt
AD ABCD <=this means add numbers from line ABCD in file2.txt
AV LLLL <=this means average numbers from line with LLLL in file2.txt
MU BBBB <=this means multiply ... BBBB... in file2.txt

file2.txt
ABCD 45 67 87 75 90
LLLL 23 34 90 32
BBBB 90 23 100

I'm not entirely sure where i start. I think i have to use something which 
compares,extracts the parameter in file1.txt(ABCD,LLLL,BBB) with
file2.txt (ABCD...) and when found perform the operation AD,AVorMU.

Thanks



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to