Hello,
I am using the RichString class for B4i to try to achieve
AV (-1) <-superscript or exponent form
In other words i want a label that has an exponent in it.
Here's what i tried using the RichString class:
It doesn't work, i might be missing something...
Help?
Thanks
Y.
I am using the RichString class for B4i to try to achieve
AV (-1) <-superscript or exponent form
In other words i want a label that has an exponent in it.
Here's what i tried using the RichString class:
B4X:
Dim rs As RichString
rs.Initialize("AV-1")
rs.SuperScript(2,4)
rs.SetToLabel(lblAV1)
It doesn't work, i might be missing something...
Help?
Thanks
Y.