Ok, I’m pasting code from VB6 into the editor and the stupid thing adds a tab to each of the lines. So, this…
function fooBar() as string
Dim myVar as String
...
end function
becomes…
function fooBar() as string
Dim myVar as String
...
end function