• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Today's Question - poke a character in a string
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Today's Question - poke a character in a string


  • Subject: Re: Today's Question - poke a character in a string
  • From: Philip Aker <email@hidden>
  • Date: Wed, 31 Jul 2002 11:23:25 -0700 (PDT)
  • Composer: Philip Aker

On Wed, 31 Jul 2002, Michelle Steiner wrote:

}Begin forwarded message:
}
}On Wednesday, July 31, 2002, at 02:37 AM, Andy Wylie wrote:
}
}> set (MyLongString's text items)'s item 400 to ">"
}
}set foo to "1234567890"
}set (foo's text items)'s item 5 to "E"
}foo
}
}--> "1234567890"

set foo to "1234567890"
set flist to (foo's text items) as list
set item 5 of flist to " ...something else... "
flist as string

Philip Aker
_______________________________________________
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: 
 >Re: Today's Question - poke a character in a string (From: Michelle Steiner <email@hidden>)

  • Prev by Date: Re: scripting mail
  • Next by Date: Dose anyone know....
  • Previous by thread: Re: Today's Question - poke a character in a string
  • Next by thread: Re: Today's Question - poke a character in a string
  • Index(es):
    • Date
    • Thread