Re: silly question
- Posted by mistertrik at hotmail.com Jan 23, 2002
- 389 views
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