Page 1 of 1

TTxtFile nMode Values

Posted: Thu Oct 30, 2008 9:25 am
by anserkk
Hi all,

METHOD New( cFileName, nMode ) CLASS TTxtFile

Can anybody explain about the possible values of nMode in Class TTxtFile

Regards

Anser

Re: TTxtFile nMode Values

Posted: Thu Oct 30, 2008 9:57 am
by IBTC
anserkk wrote:Hi all,
Can anybody explain about the possible values of nMode in Class TTxtFile
If the file exists the same like FOpen( cFileName, nMode ) or if the file didn't exists like FCreate( cFileName, nMode ), see FileIO.ch

Posted: Thu Oct 30, 2008 10:59 am
by anserkk
Thank you