2010-12-30 04:06 PM
2010-12-30 10:00 PM
2010-12-31 02:01 PM
2010-12-31 05:41 PM
2010-12-31 06:16 PM
2010-12-31 11:47 PM
2011-01-01 02:33 AM
adj = adj
adj = adj*A_8. Find the first instance of the code
GOSUB 2000. Just before this line add the following
ii = 19. Just before the second instance of the code
GOSUB 2000add the following
ii = -110. Then just before the third instance of the code
GOSUB 2000add the following
ii = 111. In the 2000 subroutine (the one you listed) change both instances of the TEXT2 command to the following
TEXT2 0, -adj*ii-dsc, text_cont12. Save both the macro and the section marker part. You should now have control over where the text appears relative to the dividing line.
2011-01-02 05:53 PM
2011-01-03 02:37 AM
2011-01-03 04:29 PM