Hi Irfan, > I would like to save my calculated result > in text file in different lines how its possible?
Look at 'put' and/or 'write' and 'writeline'. These are the file output routines native to VB. If you only intend to use one value for each line then writeline is probably the most appropriate. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ '// ======================================================== "Where rights secured by the Constitution are involved, there can be no rule making or legislation which would abrogate them" -- Miranda vs Arizona, 384 US 436 p. 491 '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
