Hi i have installed snitz v3.0.4 ( the latest ) at http://www.xBhp.com i have shut down the forums due to the error stated below so u wont be able to view them.
ALL THE REPLIES OF EVERY TOPIC HAVE SOMETHING THIS WRITTEN:
"20030815013531
-------------------------------------------------------------------------------- Edited by - Admin on "
nothing else, all the reply content where is it?
sometimes i also get type mismatch""
this happened after i upload and installed a new mod : Member Points
Essentially, its the system ID number (starting from zero) for each item that gets returned from the database. If they get out of sequence or repeated when your assigning the values to variables, then the variables won't contain the results you expect.
If you get 'Subscipt out of range' then you've asked for a result that wasn't returned - i.e. if the database returns 5 items and you ask for item 5 (remember the system counts from zero) then it will give you 'Subscipt out of range' error.