I am a newbie to vb and have created a programme to create a text file from either operator input or extracting information from a parasolid drawing file. the text file is used in an oracle optegra database to assign attribute information to allow for part information search.. The programme itself works fine and a text file is created but with a catch.. The text file is used in a unix environment and when the file is created it is in dos format with ^M at the end of each line, I gather this is a line feed or carriage return. Unfortunatly ^M are not recognised in unix and the text file is rejected as having unrecognised characters.. How do I create the text file without these ^M's. I use the print command to create the text file to an open file..
any help would be appreciated.
Cheers Dave
any help would be appreciated.
Cheers Dave