I'm writing a class that contains a collection of strings that hold dimensional symbols. As part of this I need to add indexes (number powers) like superscript to the text, e.g. m4 where 4 is superscript.
How do i do this in Visual basic 6.0?
I can use chr(178) and chr(179) for squares and cubics, but for quartics I struggle.
Any ideas?
How do i do this in Visual basic 6.0?
I can use chr(178) and chr(179) for squares and cubics, but for quartics I struggle.
Any ideas?