I would like to create a square box, and I am using the following code
to acheive this :
PRINT ' ' (,59) BOX
PRINT ' ' (,61) BOX
PRINT ' ' (,63) BOX
PRINT '.' (,66) BOLD
PRINT ' ' (,67) BOX
PRINT ' ' (,69) BOX
As one can tell this is probably not the best method, if someone can
show me the light, much will be appreciated.
Thanks,
Allen