it doesnt like my code:
    Dim n As Integer
    Dim flag As Boolean
    Dim i
    Dim x() As Integer
    n = InputBox("How many numbers do you want to be sorted?")
    For i = 1 To n - 1 Step 1
        x(i) = InputBox("Please enter a record")
    Next i
I want to put values into x()