Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 Bug(All) + FIX: Big problem with member names
 Forum Locked  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 4

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 July 2001 :  05:43:53  Show Profile  Visit HuwR's Homepage
Hmm, don't know why I did all that crap.

replace the whole if then ..else with this


For i = 1 To Len(sInvalidChars)
If InStr(sValidate, Mid(sInvalidChars, i, 1)) > 0 _
Then bTemp = True
If bTemp Then Exit For
Next
For i = 1 To Len(sValidate)
If Asc(Mid(sValidate, i, 1)) = 160 _
Then bTemp = True
If bTemp Then Exit For
Next


it doesn't need all that.



Edited by - huwr on 25 July 2001 05:45:28
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 25 July 2001 :  06:41:49  Show Profile  Visit gor's Homepage
quote:

Hmm, don't know why I did all that crap.

replace the whole if then ..else with this


For i = 1 To Len(sInvalidChars)
If InStr(sValidate, Mid(sInvalidChars, i, 1)) > 0 _
Then bTemp = True
If bTemp Then Exit For
Next
For i = 1 To Len(sValidate)
If Asc(Mid(sValidate, i, 1)) = 160 _
Then bTemp = True
If bTemp Then Exit For
Next


it doesn't need all that.



okidoki

Pierre
Join a Snitz Mailinglist
Go to Top of Page

work mule
Senior Member

USA
1358 Posts

Posted - 17 August 2001 :  19:45:22  Show Profile
Hey guys, this is really good what you guys have here. Is this what's in the 3.3sr2 code or different? It looks the same, but I might be missing something.

Go to Top of Page

VodkaFish
Average Member

USA
654 Posts

Posted - 20 August 2001 :  14:08:20  Show Profile  Send VodkaFish an AOL message  Send VodkaFish an ICQ Message  Send VodkaFish a Yahoo! Message
i'm curious to know if anything was done about this in 3.3? and exactly what was implemented. have we decided here that i won't have names like: "*test"@"@

because that would make me happy , i hate those.

v ø d k â f ï § h
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 November 2001 :  16:29:27  Show Profile
This is already in the 3.3.03 version.

Closing...

- David
Go to Top of Page
Page: of 4 Previous Topic Topic Next Topic  
Previous Page
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07