[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: Colors of DeFined text - Whoops!



** Reply to message from "Robert Holmgren"  on Sat, 23 Jul
2005 12:49:35 -0400

Yikes! I misstated the formula for setting VAriable DD (DefineDisplay):

Instead of:
 @INT((x+16)/16)*32-x-17=
it should be:
 @INT((x+8)/8)*16-x-9=

In my example, which set a DF display appearance like MoDe 31, you would say:
 @INT((31+8)/8)*16-31-9=
Result = set VA DD to 24 ("d[f] dd=24").

-----------------------------
Robert Holmgren
holmgren@xxxxxxxx
-----------------------------