Johnny Rosenberg wrote:

> 
> Maybe this, if it works, also is a somewhat "ugly" solution…
> 
> Johnny Rosenberg
> 
> Or something like that, I don't know the exact syntax for InStr at the
>> moment.
>>
>> It appears this doesn't work. I wanted to evaluate the function InStr and
>> > assign its value to the variable Position. I can't do that in Basic, I
>> > guess. It looks like I have to repeat the Instr expression in the While
>> > statement and inside the loop like this:
>> > While Instr(i, ProcessString, " ")
>> >         Position = Instr(i, ProcessString, " ")
>> >         etc. etc. etc.
>> > Wend
>> > Is this the way I have to do it? It certainly looks ugly.
>> >
Thanks for that Johnny. I'll close the thread here and start another where I
post the final version. For me it's ugly but it does the job. I miss csets,
sets, proper string scanning... :-(
You've been a great help and I wouldn't have made it without you and the
other valiant list members.
Cheers,
Jonathan
-- 
Registerd Linux user #445917 at http://counter.li.org/
Please do not send me copies of list mail. I read the lists. Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to