Is there a way to have super and subscripts for the contents of a label field?
Linda
Super and subscripts in label fields
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Super and subscripts in label fields
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
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