An example of a declaration for a fixed length string
Sub Fixed() Dim myString As String * 8 Dim myNum As Integer myString = "ABCDEFGHIJKL" End Sub