forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


@match()

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Tue Jun 14, 2011 6:50 pm    Post subject: @match() Reply with quote

ok i have a list with numbers 1 - 24 in it

my code gets a number from client and removes that number from list.... let use "1" as example. i do the following

if @match(1, %%compid)
list delete, 1



then when client disconnects i want to re-add to the pool of numbers
but using the

if @match(1, %%compid)
it comes back as "true" and says compid "1" matches list item "10" can i do an EXACT function on Match
Back to top
View user's profile Send private message Visit poster's website
Hooligan
VDS Developer
VDS Developer


Joined: 28 Oct 2003
Posts: 480
Location: California

PostPosted: Wed Jun 15, 2011 1:04 pm    Post subject: Reply with quote

Yes...

Hooligan

_________________
Hooligan

Why be normal?


Last edited by Hooligan on Wed Jun 15, 2011 1:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
Hooligan
VDS Developer
VDS Developer


Joined: 28 Oct 2003
Posts: 480
Location: California

PostPosted: Wed Jun 15, 2011 1:12 pm    Post subject: Reply with quote

Code:
if @equal(1,@match(1, %%compid),exact))


Hooligan

_________________
Hooligan

Why be normal?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group