| Mnemonics |
|
| Character Display | |
| Description | Use 'BJ' to tell ProvideX to begin joining box intersections. After you use this mnemonic, all 'BOX' edge lines which intersect existing graphic line characters will be adjusted to join the intersecting lines properly. To end box joining, use the 'EJ' Mnemonic. |
| Example | 0030 PRINT 'BOX'(4,6,16,10,"Box 1",'BJ') 0040 PRINT 'BOX'(19,6,10,10,"Box 2") 0050 PRINT 'EJ' |