Jump to content

-1 Replies?


esquire

Recommended Posts

This is when you owe a reply.. Get on that! LOL

It looks like some counter needs to sync correctly. Actually the count mechanism shouldn't be allowed to go below 0

Needs to be wrapped in some sort of conditional statement.

Var ReplyCount = x

if ReplyCount < 1 then ReplyCount = 0

else

ReplyCount = x

End if

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...