Link to home
Start Free TrialLog in
Avatar of AZZA-KHAMEES
AZZA-KHAMEESFlag for Bahrain

asked on

Microsoft VBScript runtime error '800a000d' Type mismatch for Dim array

Hi Experts
i have a very simple code using classic ASP in vb
dim x(50),f(50)
for m=1 to 50
  x(m)=""
 f(m)="x"
next

Open in new window


i am getting the following error in the first line
dim x(50),f(50)

Open in new window


Microsoft VBScript runtime error '800a000d' Type mismatch
i tried to use
Option Explicit

Open in new window

but i again get alot of error regarding other pages and functions

note that this code was working fine before, i just got this error now

please help

thank you
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial