You can do it in code for VT100 type emulation - see 
http://pwchest.no-ip.biz/qmweb/base/wiki?id=jslibs:vtcode for the escape 
codes

If you send HEX(1B2830) you will switch into a graphics mode and then send 
HEX(1B2842) and you switch back to US ASCII output

<codesnip>
GO = OCONV('1B2830','MX0C')
GX = OCONV('IB2842','MX0C')
TOPLEFT = OCONV('6C','MX0C')
PRINT GO:TOPLEFT:GX
</codesnip>

The code snip will print the top left corner of a box.

Mike


-- 
-- 
IMPORTANT: T24/Globus posts are no longer accepted on this forum.

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"jBASE" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to