arpeggione
Programmer
Hi: I am using the following code which creates a text file with the Courier New font:
Print #intFile, strTest & strMID & strAssy & strDescription & strQty & strTest1 & strUOM; "<FONT=Courier New>"
However...I get this output - columns are lined up but I get the fot text at the end (after EA)...
9995561 XFMR CURRENT WOUND TYPE 1 EA<FONT=Courier New>
9995564 HUB 1/2" CONDUIT (MYERS HUB) 1 EA<FONT=Courier New>
9997028 CONNECTOR WT COMP NUT/RUB GROM 1 EA<FONT=Courier New>
any ideas how I can get the font to be Courier New, get the columns to line up, but NOT get the text between < >?
thank you!
Karen
Print #intFile, strTest & strMID & strAssy & strDescription & strQty & strTest1 & strUOM; "<FONT=Courier New>"
However...I get this output - columns are lined up but I get the fot text at the end (after EA)...
9995561 XFMR CURRENT WOUND TYPE 1 EA<FONT=Courier New>
9995564 HUB 1/2" CONDUIT (MYERS HUB) 1 EA<FONT=Courier New>
9997028 CONNECTOR WT COMP NUT/RUB GROM 1 EA<FONT=Courier New>
any ideas how I can get the font to be Courier New, get the columns to line up, but NOT get the text between < >?
thank you!
Karen