B
Brian
Hi,
I was wondering if there is a better way to do this....
This is my example....
Dim x as String()
dim y as string
dim i as string
y="tree;bush;plant;grass"
x = y.split(cchar(";"),y)
i= "house"
if i = x().? then
'do something
end if
Basically is there a way in dotnet to look into the arraylist for i without
looping through each y?
Thanks,
Brian
I was wondering if there is a better way to do this....
This is my example....
Dim x as String()
dim y as string
dim i as string
y="tree;bush;plant;grass"
x = y.split(cchar(";"),y)
i= "house"
if i = x().? then
'do something
end if
Basically is there a way in dotnet to look into the arraylist for i without
looping through each y?
Thanks,
Brian