Thread
:
Nested for() functions duplicating output
View Single Post
#
4
02-09-2009, 11:00 PM
Angel_Light
Varia Developer
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
PHP Code:
this
.
spec_weps
= {
"-"
,
"*"
,
"_"
,
"etc"
};
if (
temp
.
ban
.
substring
(
0
,
1
)
in this
.
spec_weps
)
{
blah
;
}
that should work.
__________________
Deep into the Darkness peering...
Angel_Light
View Public Profile
View GraalOnline Profile
Find all posts by Angel_Light