What does that error mean ?!
here is a part of the code "line 58 in red"
Code:function view() sel = ListBox.GetSelected("sites"); txt = ListBox.GetItemText("sites", sel[1]); info=SQLite.QueryToTable(db, "Select * from rec Where nsite='"..txt.."'"); site=info.Data["nsite"]; site_url=info.Data["usite"]; name=info.Data["user"]; pass=info.Data["pass"]; desc=info.Data["desc"]; Input.SetText("info", "Site Name :"..site.."\r\nSite URL :"..site_url.."\r\nUserName :"..name.."\r\nPassword :"..pass.."\r\nDescription :\r\n"..desc..""); end

