Page 1 of 1

Super and subscripts in label fields

Posted: Fri Jan 03, 2014 6:37 pm
by anmldr
Is there a way to have super and subscripts for the contents of a label field?

Linda

Re: Super and subscripts in label fields

Posted: Fri Jan 03, 2014 6:41 pm
by dunbarx
Hi.

Sure. Use the "textShift" property:

on mouseUp
set the textShift of char 4 to 5 of fld "yourField" to 5
set the textSize of char 4 to 5 of fld "yourField" to 9
end mouseUp

Craig Newman