Hi
i know this "Open CurInputFileName For Binary Shared As #1" can be replace
by FileOpen(1, CurInputFileName, OpenMode.Binary, OpenAccess.Write)
and "Close #1" can be replaced by FileClose(1)
BUT...i do not know how to replaced the following,
Get #1, , Nibble
InputString = InputString & Chr$(Nibble)
Can u help me explain what does the above mean??
"Cor Ligthert" wrote:
> NotRegister
>
> Probably the same, however I find coding using the streamreader class for
> reading much nicer. On these "filehandling" pages are a lot of samples and
> links for file handling.
>
> http://msdn.microsoft.com/library/de...classtopic.asp
>
> I hope this helps,
>
> Cor
>
>
>