Re: TRIM [Trimming White Space]
Re: TRIM [Trimming White Space]
- Subject: Re: TRIM [Trimming White Space]
- From: email@hidden
- Date: Sat, 3 Aug 2002 02:39:38 EDT
Does the white space only occur at the end of the string? If so, loop
backwards, starting at the end until you don't find a white space, then snip
the string to that spot (faster than snipping each pass).
Is the white space through-out the string and you want it gone? Read on...
if you were on the list the past ten days, search your email for the word
'poke' between 7/28/02 and 8/1/02 to find a number of messages concerning
string manipulation information. If you weren't on the list, check the
archeives.
Best Wishes,
=-= Marc Glasgow
Seth Wrote:
>
Does anyone know if there's a simple way to trim white
>
space off of a string, or should I just loop through it and
>
take them out myself?
_______________________________________________
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.