Re: windows printing


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant E Foraker on December 14, 2020 at 05:16:35:

In Reply to: windows printing posted by JEFFREY HARDING on December 13, 2020 at 19:08:53:

A MASK command would be great. My work-a-round is to PRINT to the # buffer and INPUT back a field.

1000 format maskamt,'-###,###,##.00'
1010 Format maskamt$

let maskamt = amount1
print (#,1000)
input (#,1010)
LET DATA$ = MASKAMT$+NullByte$
Print (PRINTER.LUN) (TR);(TextOut = L, Y1);Data$;NullByte$



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]