-> >a$ = "Test"
-> >Segment = SSEG(a$)
-> >Offset = SADD(a$)
-> >DEF SEG = Segment
-> >
-> >? CHR$(PEEK(SADD(a$)))
-> >will still print "T" no matter if a$ is near or far.
-> All very true, but wouldn't "LEFT$(a$,1)" still be a lot easier?
Not as easy as PRINT "T".
dow