Re: silly question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Kat, sounds to me like you are trying to find a letter in a string, right?

so, I guess you have been unable to get this:

           s = find( ";", aString)

to work. Well, find() locates an atom in a string.

in euphoria, ";" is like saying {75} (I don't know the Char code for ;.)
becuase anything in " " is a sequence. If you put a single character in 
single quotes, ';' then it should work.

Try calling

          s = find(';', aString)

ciao
=====================================================
.______<-------------------\__
/ _____<--------------------__|===
||_    <-------------------/
\__|Mr Trick

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu