vb Code:
  1. Private Sub Command1_Click()
  2. Dim a
  3. Dim b
  4.  
  5. a = "Sampling Frequency(ms)....50"
  6. b = CStr(a)
  7. Label1.Caption = b
  8. End Sub

the answer is not 50....