Q
Question Boy
Hi I am using Albert's Super Easy MailMerge, well the txt file generation
routine. it use the following line
Print #intFile, strData
to populate a text file.
My strData can get rather large and appear to be having issues if it exceed
255 chrs. Is Print limited top 255 chrs? If so, what alternative method
could I use instead? If not, am I missing something else?
Also, I tried to google different subject to find info on the Print command,
but got all sort of irrelevant info on printing..., What is the proper term
to look this up?
Thank you
QB
routine. it use the following line
Print #intFile, strData
to populate a text file.
My strData can get rather large and appear to be having issues if it exceed
255 chrs. Is Print limited top 255 chrs? If so, what alternative method
could I use instead? If not, am I missing something else?
Also, I tried to google different subject to find info on the Print command,
but got all sort of irrelevant info on printing..., What is the proper term
to look this up?
Thank you
QB