brkonthru
Development Team Member

Jordan
69 Posts |
Posted - 14 September 2000 : 18:29:46
|
I like to inforce option explicit all over my site so that trouble shooting would be easier and also for the increase in the performance . So when I forced option explicit on these forums, I had to dim these variables, I thought sharing them might be helpfull for people who want to do the same thing.
dim my_conn, strSql, rsConfig, strYAHOO, strBadWordFilter, strRankAdmin, strRankMod, strRankColorAdmin, strRankColorMod dim strRankColor0 , strRankColor4, strRankColor5, rsCheck, mLev, rs1, Users, Topics, Posts, rs, rsForum, chkDisplayHeader dim rsAccess, rsChk, nRefreshTime, lastDate, currForum, fDisplayCount, rsCStatus, rsFStatus, rsStatus, rsCat, iNewCat dim iOldCat, mypage, mypagesize, nDays, defDate, maxpages, rec, Msg, btn, strAuthor, fOTagPos, fCTagPos, TxtSub dim TxtMsg, boolTopic, Name, Password, RequestMethod, dbRs, boolReply, strI, CColor, hottopic, rsTStatus dim mySQL, SQLtemp, i, Member_Level, maxrecs, howmanyrecs, Smiles, Err_Msg, Star_Level, rsUsrName, MEMBER_ID dim usr, rsIP, IP, Title, keywords, keycnt, word, cnt, currTopic, TxtUrl, txtMessage, rsGetMemberID, fMods, key
dim ok, member, txtSubject, RF, objNewMail, strRecipients, strMessage, rsSig, TF, aryForum, rsReply, rsTopicAuthor, MailSendToAuthor, strRecipientsName, strSubject dim prevMember, bwords, oTag2, c1Tag2, strTempString, oTagPos2, c1TagPos2, pge, scriptname dim Counter, ref, top
Please remember that these are probably NOT all of the variables that are being used in the forum. These are valid for ver 3.0, probably quite a few variables have been added since that version. So please debug your forum after you inforce the option explicit.
|
|