[求助]Microsoft VBScript 运行时错误 (0x800A005E)无效使用 Null: 'split' 怎
Microsoft VBScript 运行时错误 (0x800A005E)无效使用 Null: 'split'
/admin/ssort_add_ok.asp, 第 36 行
Sqlstr3 = "select max(s_code) as maxtcode from sort where b_code='"&b_code&"'"
Set rs3 = conn.execute(sqlstr3)
myarr = split(rs3("maxtcode"),"-") ///就是这里
mytcode = Clng(myarr(2))+1
s_code = b_code&"-"&mytcode
请各位帮帮忙
[此贴子已经被作者于2007-4-4 10:36:07编辑过]