when i compile class file to dll file like example below.....error occur "Name 'Len' is not declared" ...is it missing some resource file? why cannot find 'Len' ?Len is a correct function in asp component..my coding sure no problem.. vbc /t:library /out:..\bin\myClass.dll
/r:System.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Data.dll Customers.vb Code in Customers.vb file:- ... Dim WhereClause = "testing" if Len(WhereClause) = "4" then end if ...
aspDev3
Member
564 Points
125 Posts
error BC30451: Name 'Len' is not declared
Aug 07, 2003 04:31 AM|LINK
JimmyM
Star
8796 Points
1671 Posts
Re: error BC30451: Name 'Len' is not declared
Aug 07, 2003 05:18 AM|LINK