Thanks Borg.
What you mean about variable prefix?
Line 1475 is:
If intRemovedEntries > 0 Then ReDim Preserve saryActiveUsers(9, UBound(saryActiveUsers, 2) - intRemovedEntries)
my solution was :
'If intRemovedEntries > 0 Then ReDim Preserve saryActiveUsers(9, UBound(saryActiveUsers, 2) - intRemovedEntries)
I've transformed as a remark line with ' at begining.
At least is working but active users function dosen't work very well.
If I enable this line the return is:
Subscript out of range
/forum/functions/functions_common.asp, line 1475
Sorry guys but I don't know how to solve this...
Edited by sepmir1 - 17 February 2007 at 3:41pm