How can I display exponent in label of VB6.0 ?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I'd like to display exponent in label of VB6.0 For examble : 2^x or x^3 Please show me the way to solve this problem. Thanks and best regards, TB.
-
I'd like to display exponent in label of VB6.0 For examble : 2^x or x^3 Please show me the way to solve this problem. Thanks and best regards, TB.
Not really sure what the scope of your question is so I will say this:
label1.Caption = "2^x"
This will allow you to display an exponent. HTH :) Nick Parker
The greatest lesson in life is to know that even fools are right sometimes. - Winston Churchill