Data Type VisualBasic Script

Sub AssignValueString()
    Dim myText As String
    myText = "VBA is fun"
End Sub