Path: utzoo!attcan!uunet!aplcen!samsung!cs.utexas.edu!yale!cmcl2!adm!news From: J_SCHULL@acc.haverford.edu (Jonathan Schull) Newsgroups: comp.lang.pascal Subject: It would be convenient to have a TP UNDERLINE string function Message-ID: <24397@adm.BRL.MIL> Date: 5 Sep 90 14:29:55 GMT Sender: news@adm.BRL.MIL Lines: 11 that would let you write lines like, WRITELN('I want to underline ',UNDERLINE('this phrase,'),' not this one'); The function would access WhereX and WhereY, set the text attributes at the appropriate locations [BUT WHERE and HOW??????], and then return the string argument unchanged, to be serviced by the writeln statement. Does anyone know the appropriate magic?