[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print line



PureBytes Links

Trading Reference Links

Here's what I use

IntPortion(C):3:0,"-",FracPortion(C)/.03125:2:0

It's not perfect in that it will print 130-09 as 130-9, but it's the
closest that I've been able to come up with

Bob Hunt
----------------------------------------------------

rickinri@xxxxxxx wrote:
> 
> Have a print line in some code to check values.It is based on the
> bond contract it prints out in decimals anyone know how to have it
> print in 32nds
> 
> PRINT(DATE," ",TIME:4:0," ","time = ",time," ","close = ",value1);