What I'd like to do but not sure how.
for each line in myStringArrayList
if instr(line, "Here I am") then
'console.writeline Line index number
'I need the index number of the current
'line in the ArrayList
'can't use the IndexOf function because
'lines are not unique
end if
next
[small]Sometimes you gotta leave your zone of safety. You have to manufacture Inspirado. You gotta get out of the apartment. You've got to run with the wolves. You've got to dive into the ocean and fight with the sharks. Or just treat yourself to a delicious hot fudge sundae........ with nuts. - Jack Black[/small]
for each line in myStringArrayList
if instr(line, "Here I am") then
'console.writeline Line index number
'I need the index number of the current
'line in the ArrayList
'can't use the IndexOf function because
'lines are not unique
end if
next
[small]Sometimes you gotta leave your zone of safety. You have to manufacture Inspirado. You gotta get out of the apartment. You've got to run with the wolves. You've got to dive into the ocean and fight with the sharks. Or just treat yourself to a delicious hot fudge sundae........ with nuts. - Jack Black[/small]