Hi Hilohi,
Yes, GPC strings require single quotes `'` not double quotes. Your assumption is correct... Use the single quotes.
And by the way... Don't be ashamed of asking anything on this mailing list. You should see some of the stupid questions I have asked! :-)
All the best! Ken Linder ken@kc7rad.lvcm.com or pas@kc7rad.lvcm.com http://kc7rad.lvcm.com/
At 08:26 PM 7/9/99 +0300, Hilohi Gabriel wrote:
Well ... it's a much simple program .. I'm quite ashame of showing it to such experienced programmers as i think you are ... But it was a simple instruction :
while s <> " " do
and s was s:string[1000]
Do i have to say while s <> ' ' ???