Skip to content
MSN

group lister help

A TG007 community discussion started by Zantetsuken.

Discussion 3 posts
Page 1 of 1
Open
Topic #6762 · 3 published posts · 594 views

making a group lister and not sure how to get the info i need..

 

<OPTION value=TechGear007NET>TechGear007NET (member)</OPTION>

 

and im using $right($wildtok(%grp,value=*,1,32),-6) right now and it returns TechGear007NET>TechGear007NET , but i only need the info between the value= and the > shown in blue.

making a group lister and not sure how to get the info i need..

 

<OPTION value=TechGear007NET>TechGear007NET (member)</OPTION>

 

and im using $right($wildtok(%grp,value=*,1,32),-6) right now and it returns TechGear007NET>TechGear007NET , but i only need the info between the value= and the > shown in blue.

The code is...

 

$gettok($gettok(<OPTION value=TechGear007NET>TechGear007NET (member)</OPTION>,1,62),-1,61)

ty seems to be working... :P i might need more help though lol... now i wanna get the (manager) (member) ect part only now. but ill mess with it in the morning, im off to bed. thanks again

Edited Jun 1, 2006 5:37 AM by Zantetsuken