Home » Infrastructure » Windows » Re: Run-time error '9': subscript out of range
Re: Run-time error '9': subscript out of range [message #100276] Sun, 29 September 2002 06:29 Go to next message
panos
Messages: 1
Registered: September 2002
Junior Member
No Message Body
Re: Run-time error '9': subscript out of range [message #100513 is a reply to message #100276] Fri, 31 January 2003 09:55 Go to previous message
Dan Khan
Messages: 1
Registered: January 2003
Junior Member
I am running this peace of code and it blown outs with Error '9'. Any suggestions.

Dim arr As Variant
Dim sValid As String
Const Delimiter As String = """"

iFree = FreeFile()
Open App.Path & "Banko In" & sFileName For Input As iFree
Do While Not EOF(iFree)
DoEvents
Line Input #iFree, sDataLine
arr = Split(sDataLine, Delimiter)
sAccountNumber = Trim$(arr(1))
sValid = Trim$(arr(3))

Thanks,
Dan
Previous Topic: Re: ORA-12560: TNS:protocol adapter error
Next Topic: oracle database connectivity
Goto Forum:
  


Current Time: Fri Apr 26 06:16:55 CDT 2024