Hi Ev1
last time i already made hexa,octal and binary...somehow when it comes to decimal it have an error it says expected array at the Dec line
Thanks Ev1~
last time i already made hexa,octal and binary...somehow when it comes to decimal it have an error it says expected array at the Dec line
Code:
Private Sub Decimal_Click()
Dim dec As Long
lblDisplay.Caption = dec(Val(lblDisplay.Caption))
End Sub