[futurebasic] Re : [FB] Superscript Edit Field

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 1999 : Group Archive : Group : All Groups

From: "jonathan" <jonathan@...>
Date: Fri, 29 Jan 1999 15:26:43 +0100
>instr(1,a$,"\") finds the backslash no problem but how do I split the
>string and put it into a stylised edit field with times and superscript
>fonts?

using standard Quickdraw text commands you can't do super/sub
script (there's no toolbox command), this means either
- look for an alternative; does the WASTE engine allow it.
- write an interpreter and 'draw' (ie as a pict) the text.

jonathan