CFF KB - Carrz-Fox-Fire Promotions Knowledge Base
CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.Knowledge Base
- Breadrumbs:
Microsoft VBScript runtime error '800a01f5' Illegal assignment: 'I'
- Article ID:
195 - Date Created
Friday, January 11, 2013 - Last Updated
Friday, January 11, 2013 - This Article Has been Viewed
1533 times - Short Desc
When using DIMs in your scripts, you may sometimes over use the letter assigned to the DIM, and this will cause the Illegal assignment to accure. - Details
When you are using an array, sometimes you can over use the characters more than once, there for, you receive the following error.
Microsoft VBScript runtime error '800a01f5'
Illegal assignment: 'I'
line 73. - Recreate Issue
To reproduce this issue:<%
dim I
Set I = Server.CreateObject("Scripting.Dictionary")
%>
And somewhere in your page, you are also using the letter "I", so this will create the error. - Resolve Issue
To Resolve this issue:<%
dim z
Set z = Server.CreateObject("Scripting.Dictionary")
%>
Changing the letter to something that is not used, will allow the script to run without issue.
Share With Friends (Updated 6-8-2010)
Recent Articles
All Topics
- Coming Soon - Knowledge Exchange
Trending Articles
- Microsoft VBScript runtime error '800a0046' Permission denied FileSystemObject 24695
- Microsoft OLE DB Provider for SQL Server error '80040e57' String or binary data would be truncated. or The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. 21297
- ADODB.Parameters error '800a0e7c' Parameter object is improperly defined 19544
- After Effects warning: Audio conforming failed for the following file .cfa. Perhaps due to disk space 17785
- The backup set holds a backup of a database other than the existing 16826