Re: adding spaces
Re: adding spaces
- Subject: Re: adding spaces
- From: Michelle Steiner <email@hidden>
- Date: Tue, 26 Aug 2003 02:44:56 -0700
On Monday, August 25, 2003, at 08:15 PM, Natalie Lambert wrote:
the space the heading needs to fill is 20 characters
the heading is "Cars"
Before reading the bunch of replies, here is my solution.
set the base_string to "Cars"
set the filler_string to " " -- 20 spaces
set the final_string to text 1 through 20 of the base_string & the
filler_string
--Michelle
--
Give Peace A Chance.
_______________________________________________
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.
References: | |
| >adding spaces (From: Natalie Lambert <email@hidden>) |