Re: silly newbie question #42
Re: silly newbie question #42
- Subject: Re: silly newbie question #42
- From: Peter Matthias Noordzij <email@hidden>
- Date: Wed, 10 Apr 2002 23:48:47 +0200
02/04/10 20:52, I wrote:
>
--begin script
>
removeSpace("St Louis")
>
>
on removeSpace(TestWord)
>
set theResult to ""
>
repeat with i from 1 to the number of characters of TestWord
>
if (ASCII number (character i of TestWord)) 32 then
between )) and 32 it should read "is not". I used a notequal
sign, which did not come through :-/
>
set theResult to theResult & character i of TestWord
>
end if
>
end repeat
>
return theResult
>
end removeSpace
>
--end script
Matthias
* * *
Peter Matthias Noordzij Waaldijk 77 5327 AB Hurwenen
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.