HighDots Forums  

LBound Type Mismatch Error

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss LBound Type Mismatch Error in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
naazg
 
Posts: n/a

Default LBound Type Mismatch Error - 08-05-2004 , 03:20 AM






Dear All,

I am working on one of the table. When i click on Submit its give me an
error. I have few combo boxes and few text boxes on my page. I am using
VBscript as a server code and working in Dreamweaver MX 2004. The error which i
am getting is

Type Mismatch 'LBound' line no 81

Is there anybody who can help me


Reply With Quote
  #2  
Old   
cmbergin
 
Posts: n/a

Default Re: LBound Type Mismatch Error - 08-05-2004 , 11:53 AM






Probably, but you'll have to post your code.
The problem is because on line 81, you're using LBound to get the lowest
subscript in an array dimension. To get the type mismatch error, you either
called LBound on something that is not an array, or you may have attempted to
use LBound on a dimension of the array that does not exist. That is
LBound(myArray,2) would throw an error if myArray is a one-dimensional array.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.