Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Creating .html files with CreateFile and WriteLine


3 replies to this topic

Cesar

Cesar
  • Members
  • 21 posts

Posted 29 June 2001 - 14:44

in my html pages created with CreateFile and WriteFile, in the end i have this character... i don't know why it appears ...

in the lest line i have this:    

what am i supposed to do to errase this character ... where does it comes from ?


Ide Nentjes

Ide Nentjes
  • Members
  • 222 posts

Posted 02 July 2001 - 08:16

Hi Cesar,

It is the EOF (End Of File) mark, denoting that this is the end of your file. A (dirty) way to avoid this character is by not using CloseFile.

CU, Ide


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 02 July 2001 - 09:15

BTW that's a known bug that's fixed since version 5.52 (February 1999). You may want to update to the latest release (5.53) if you are using a 5.5x version.