I am using the append function on a text file and it adds in everything with double quotes. How do I suppress them? Here is are my codes and an example:
My module calls out a form which adds a user defined header before going back into the sub in the module.
![]()
Please Login or Register to view this content.
![]()
Please Login or Register to view this content.
OUTPUT IN FILE:
"Calibration Results"
"Name: Lisa
Part Number: 718-7100-502
Serial Number: 001"
"w 0000 0000*"
"w 0000 0000*"
I want to remove those quotes. I dont know why it adds them
Bookmarks