Hi,
I'd like to add text to an existing (rtf) file. I tried the following, which does not work, no text is appended:
nextfilenum = freefile
Open FileName & fileExtension For Append As #nextFileNum
Print #nextFileNum, newfilecontents
Close nextfilenum
any suggestions ??
thnx in advance
edwin
I'd like to add text to an existing (rtf) file. I tried the following, which does not work, no text is appended:
nextfilenum = freefile
Open FileName & fileExtension For Append As #nextFileNum
Print #nextFileNum, newfilecontents
Close nextfilenum
any suggestions ??
thnx in advance
edwin